2006-02-22 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Wed, 22 Feb 2006 12:03:33 +0000 (12:03 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Wed, 22 Feb 2006 12:03:33 +0000 (12:03 +0000)
Released 1.1.1.

* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
release.
(LIBGPGME_LT_REVISION): Reset to 0 for release.

ChangeLog
NEWS
configure.ac

index 3f2b4baa9f36008ec5e3a4345a0a80e9623cc10e..539ca8744ec64f48cbb57e2fb026ee1527a92043 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-22  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 1.1.1.
+
+       * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for
+       release.
+       (LIBGPGME_LT_REVISION): Reset to 0 for release.
+
 2006-01-05  Werner Koch  <wk@g10code.com>
 
        * configure.ac: Test for inline feature.
diff --git a/NEWS b/NEWS
index 9df539a58d788bc03a871d329adf1130612b7cde..12bbfa7605eb93a473b6528a76d5881535c6c5d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.1.1 (unreleased)
+Noteworthy changes in version 1.1.1 (2006-02-22)
 ------------------------------------------------
 
  * Fixed a bug in that the fingerprints of subkeys are not available.
index 61fef172a77ab5b03f0ca34549b5b261225dce53..1de84b910f38db402e851779323f85b70de45b15 100644 (file)
@@ -1,6 +1,6 @@
 # configure.ac for GPGME
 # Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 g10 Code GmbH
 # 
 # This file is part of GPGME.
 # 
@@ -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.1])
-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])
@@ -48,10 +48,10 @@ AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
 #   (Interfaces added:                 AGE++)
 #   (Interfaces removed/changed:       AGE=0)
 #
-LIBGPGME_LT_CURRENT=16
+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=5
+LIBGPGME_LT_AGE=7
 LIBGPGME_LT_REVISION=0
 
 # If the API is changed in an incompatible way: increment the next counter.