aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-03-02 10:39:59 +0000
committerMarcus Brinkmann <[email protected]>2006-03-02 10:39:59 +0000
commit7384c8a45798e951d74e544f6328cca8056bda0c (patch)
tree5d858c217976ec817e5444bf89915250e9d1c16d
parent2006-02-28 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-7384c8a45798e951d74e544f6328cca8056bda0c.tar.gz
gpgme-7384c8a45798e951d74e544f6328cca8056bda0c.zip
2006-03-02 Marcus Brinkmann <[email protected]>gpgme-1-1-2
* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 539ca874..1bd3c37a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-02 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
2006-02-22 Marcus Brinkmann <[email protected]>
Released 1.1.1.
diff --git a/NEWS b/NEWS
index 78aeda02..7064dc60 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 68de3907..6897e7fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ min_automake_version="1.9.3"
# 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 @@ 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=0
+LIBGPGME_LT_REVISION=1
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1