[svn] gpgme - r1225 - trunk
svn author marcus
cvs at cvs.gnupg.org
Mon Jul 9 15:08:20 CEST 2007
Author: marcus
Date: 2007-07-09 15:07:51 +0200 (Mon, 09 Jul 2007)
New Revision: 1225
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
2007-07-09 Marcus Brinkmann <marcus at g10code.de>
Released 1.1.5.
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-07-08 16:00:04 UTC (rev 1224)
+++ trunk/ChangeLog 2007-07-09 13:07:51 UTC (rev 1225)
@@ -1,3 +1,9 @@
+2007-07-09 Marcus Brinkmann <marcus at g10code.de>
+
+ Released 1.1.5.
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
2007-07-08 Marcus Brinkmann <marcus at g10code.de>
* configure.ac (GPGSM_DEFAULT) [*-mingw32*]: Initialize it.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2007-07-08 16:00:04 UTC (rev 1224)
+++ trunk/NEWS 2007-07-09 13:07:51 UTC (rev 1225)
@@ -1,7 +1,9 @@
-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)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2007-07-08 16:00:04 UTC (rev 1224)
+++ trunk/configure.ac 2007-07-09 13:07:51 UTC (rev 1225)
@@ -37,7 +37,7 @@
# 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 at gnupg.org])
@@ -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=3
+LIBGPGME_LT_REVISION=4
# 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