About to release 0.3.16.
authorWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 07:59:20 +0000 (07:59 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 19 Nov 2003 07:59:20 +0000 (07:59 +0000)
branches/gpgme-0-3-branch/ChangeLog
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/README
branches/gpgme-0-3-branch/configure.ac

index ef4e39b287e9230f00a4d7198a0635d23958f7b7..22bca417f17e8aa711e9cdc2f36293f162f42649 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-19  Werner Koch  <wk@gnupg.org>
+
+       Released 0.3.16.
+       
+       * configure.ac: Bump LT revision to C9/A3/R7.
+
 2003-11-18  Werner Koch  <wk@gnupg.org>
 
        * configure.ac: Check for timegm.
index 925c607e37084b6bfa989d829a41b7b00d84bea8..12e6863ac660ed644c9d24bce2050cf88f6d7920 100644 (file)
@@ -1,7 +1,7 @@
-Noteworthy changes in version 0.3.16
+Noteworthy changes in version 0.3.16 (2003-11-19)
 -------------------------------------------------
 
- * Compatibility fixes for GnuPG 1.9.
+ * Compatibility fixes for GnuPG 1.9.x
 
 Noteworthy changes in version 0.3.15 (2003-02-18)
 -------------------------------------------------
index 9905e5076b00433f883a457b2116df062eb36b0f..0b597e4f665329ff704d5c487cfa7906368f11c1 100644 (file)
@@ -17,7 +17,7 @@ If configure can't find the `gpg' binary in your path, you can specify
 the location with the --with-gpg=/path/to/gpg argument to configure.
 
 For support of the CMS (Cryptographic Message Syntax) protocol, you
-need at least newpg 0.9.2
+need at least newpg 0.9.2 or GnuPG > 1.9.2.
 
 If configure can't find the `gpgsm' binary in your path, you can
 specify the location with the --with-gpgsm=/path/to/gpgsm argument to
index 96e885d787bd21ea09787a4c17cf79eda15226cb..5f2f2e5f2ee5e9a401d2a4be22eb22da45ba0379 100644 (file)
@@ -21,7 +21,7 @@
 # (Process this file with autoconf to produce a configure script.)
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 0.3.16-cvs, [bug-gpgme@gnupg.org])
+AC_INIT(gpgme, 0.3.16, [bug-gpgme@gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:                     REVISION++)
 #   (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.16-cvs, [bug-gpgme@gnupg.org])
 #
 LIBGPGME_LT_CURRENT=9
 LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=6
+LIBGPGME_LT_REVISION=7
 NEED_GPG_VERSION=1.2.0
 NEED_GPGSM_VERSION=0.9.2
 ##############################################