shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-1-0-2-2-g7eb29c1


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-2-2-g7eb29c1
Date: Wed, 03 Apr 2013 10:59:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=7eb29c1f2652869376f842e9fd395a1e746e5e2d

The branch, master has been updated
       via  7eb29c1f2652869376f842e9fd395a1e746e5e2d (commit)
       via  43d490c67ee95a11d0befc965667236b1710ed4c (commit)
      from  112bcb813bd3c97e58dfebc601f28a6b2b7cedea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7eb29c1f2652869376f842e9fd395a1e746e5e2d
Author: Simon Josefsson <address@hidden>
Date:   Wed Apr 3 12:59:28 2013 +0200

    Bump versions.

commit 43d490c67ee95a11d0befc965667236b1710ed4c
Author: Simon Josefsson <address@hidden>
Date:   Wed Apr 3 12:55:37 2013 +0200

    Fix web manual.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                 |    2 ++
 cfg.mk               |    5 ++++-
 configure.ac         |    4 ++--
 doc/gendocs_template |    2 +-
 lib/shishi.h         |    2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index b4b25d0..27fcbc4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Shishi NEWS -- History of user-visible changes.                 
-*- outline -*-
 Copyright (C) 2002-2013 Simon Josefsson
 See the end for copying conditions.
 
+* Version 1.0.3 (unreleased)
+
 * Version 1.0.2 (released 2013-04-03)
 
 ** libshishi: Fix server-realm handling.
diff --git a/cfg.mk b/cfg.mk
index e98b0d0..eb4d8ff 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -111,7 +111,10 @@ upload:
 
 web:
        cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
-               -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
+               --email $(PACKAGE_BUGREPORT) \
+               -o ../$(htmldir)/tmpmanual/ $(PACKAGE) "$(PACKAGE_NAME)"
+       rsync -r $(htmldir)/tmpmanual/ $(htmldir)/manual/
+       rm -rf $(htmldir)/tmpmanual/
        cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html 
doc/reference/html/*.png doc/reference/html/*.devhelp2 doc/reference/html/*.css 
$(htmldir)/reference/
        cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/
 
diff --git a/configure.ac b/configure.ac
index 3dc1ee5..b3f92f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # Floor, Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU Shishi], [1.0.2], address@hidden)
+AC_INIT([GNU Shishi], [1.0.3], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -31,7 +31,7 @@ AM_SILENT_RULES([yes])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 1)
-AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_REVISION, 3)
 AC_SUBST(LT_AGE, 1)
 
 # Checks for header files.
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 52025ef..19a2268 100644
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -56,7 +56,7 @@
 <ul>
   <li><a href="../reference/">HTML API Reference Manual (GTK-DOC)</a>.</li>
   <li><a href="../reference/%%PACKAGE%%.pdf">PDF Reference API Manual 
(GTK-DOC)</a>.
-  <li><a href="../reference/gsasl.devhelp">DevHelp API Reference Manual 
(GTK-DOC)</a>.</li>
+  <li><a href="../reference/shishi.devhelp2">DevHelp API Reference Manual 
(GTK-DOC)</a>.</li>
   <li><a href="../components.png">PNG image with developer and API 
information</a>.</li>
 </ul>
 
diff --git a/lib/shishi.h b/lib/shishi.h
index 6d5785e..57c1201 100644
--- a/lib/shishi.h
+++ b/lib/shishi.h
@@ -29,7 +29,7 @@
 #include <time.h>              /* time_t */
 #include <shishi-int.h>                /* uint32_t */
 
-#define SHISHI_VERSION "1.0.2"
+#define SHISHI_VERSION "1.0.3"
 
 # ifdef __cplusplus
 extern "C"


hooks/post-receive
-- 
GNU shishi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]