[svn] gpgme - r1163 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Mar 2 11:40:00 CET 2006


Author: marcus
Date: 2006-03-02 11:39:59 +0100 (Thu, 02 Mar 2006)
New Revision: 1163

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
2006-03-02  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac (LIBGPGME_LT_REVISION): Bump for release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-03-02 10:32:07 UTC (rev 1162)
+++ trunk/ChangeLog	2006-03-02 10:39:59 UTC (rev 1163)
@@ -1,3 +1,7 @@
+2006-03-02  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
 2006-02-22  Marcus Brinkmann  <marcus at g10code.de>
 
 	Released 1.1.1.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-03-02 10:32:07 UTC (rev 1162)
+++ trunk/NEWS	2006-03-02 10:39:59 UTC (rev 1163)
@@ -1,3 +1,9 @@
+Noteworthy changes in version 1.1.2 (2006-03-02)
+------------------------------------------------
+
+ * Fixed a bug in the W32 glib backend.
+
+
 Noteworthy changes in version 1.1.1 (2006-02-23)
 ------------------------------------------------
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-03-02 10:32:07 UTC (rev 1162)
+++ trunk/configure.ac	2006-03-02 10:39:59 UTC (rev 1163)
@@ -36,7 +36,7 @@
 # for snapshot releases please do an "svn up" right before recreating
 # the configure script, so that a proper revision number for all files
 # is available when running a "make distcheck".
-m4_define(my_version, [1.1.1])
+m4_define(my_version, [1.1.2])
 #m4_define(my_iscvs, yes)
 AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
                [$Revision$],[Ra-z $:])]),
@@ -52,7 +52,7 @@
 # Subtract 2 from this value if you want to make the LFS transition an
 # ABI break.  [Note to self: Remove this comment with the next regular break.]
 LIBGPGME_LT_AGE=6
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1




More information about the Gnupg-commits mailing list