summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2007-07-09 15:07:51 +0200
committerMarcus Brinkmann <[email protected]>2007-07-09 15:07:51 +0200
commit90f25816e1e1be3ef2a1871c04e6357fa2c9fc77 (patch)
treec466279c936758bc5b584bf1baa2180235e99b13
parentReally delete the file as announced in the ChangeLog. (diff)
downloadgpgme-90f25816e1e1be3ef2a1871c04e6357fa2c9fc77.tar.gz
gpgme-90f25816e1e1be3ef2a1871c04e6357fa2c9fc77.zip
2007-07-09 Marcus Brinkmann <[email protected]>
Released 1.1.5. * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
-rw-r--r--trunk/ChangeLog6
-rw-r--r--trunk/NEWS4
-rw-r--r--trunk/configure.ac4
3 files changed, 11 insertions, 3 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 665dab89..ff4d875c 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-09 Marcus Brinkmann <[email protected]>
+
+ Released 1.1.5.
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
2007-07-08 Marcus Brinkmann <[email protected]>
* configure.ac (GPGSM_DEFAULT) [*-mingw32*]: Initialize it.
diff --git a/trunk/NEWS b/trunk/NEWS
index 9217fa07..637175e5 100644
--- a/trunk/NEWS
+++ b/trunk/NEWS
@@ -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)
------------------------------------------------
diff --git a/trunk/configure.ac b/trunk/configure.ac
index 2e97ee09..b97c3cc0 100644
--- a/trunk/configure.ac
+++ b/trunk/configure.ac
@@ -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 $:])]),
@@ -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