2007-07-09 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 9 Jul 2007 13:07:51 +0000 (13:07 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 9 Jul 2007 13:07:51 +0000 (13:07 +0000)
Released 1.1.5.

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

trunk/ChangeLog
trunk/NEWS
trunk/configure.ac

index 665dab89875744e7ad025d528090317238c9f95d..ff4d875c5dd1b86be03187c191284db8f5c63747 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-09  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 1.1.5.
+
+       * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
 2007-07-08  Marcus Brinkmann  <marcus@g10code.de>
 
        * configure.ac (GPGSM_DEFAULT) [*-mingw32*]: Initialize it.
index 9217fa079f4bd8cb8573712bd53b45c647c7643d..637175e5a31f211351a790f09ac2d7b260bf6c3a 100644 (file)
@@ -1,6 +1,8 @@
-Noteworthy changes in version 1.1.5 (unreleased)
+Noteworthy changes in version 1.1.5 (2007-07-09)
 ------------------------------------------------
 
+ * Bug and portability fixes (mainly for W32).
+
 
 Noteworthy changes in version 1.1.4 (2007-03-05)
 ------------------------------------------------
index 2e97ee0955767a20c8693c409aa2845bbd6ad72a..b97c3cc012b13eb06486d343e929a32e62d96364 100644 (file)
@@ -37,7 +37,7 @@ min_automake_version="1.9.3"
 # 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.5])
-m4_define(my_iscvs, yes)
+#m4_define(my_iscvs, yes)
 AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
                [$Revision$],[Ra-z $:])]),
                [bug-gpgme@gnupg.org])
@@ -52,7 +52,7 @@ LIBGPGME_LT_CURRENT=17
 # 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=3
+LIBGPGME_LT_REVISION=4
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1