2003-02-18 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 18 Feb 2003 18:04:10 +0000 (18:04 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 18 Feb 2003 18:04:10 +0000 (18:04 +0000)
Released 0.3.15.

* configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.

branches/gpgme-0-3-branch/ChangeLog
branches/gpgme-0-3-branch/NEWS
branches/gpgme-0-3-branch/configure.ac
branches/gpgme-0-3-branch/gpgme/gpgme.h

index 44930e80fbbb337faae61770868735010f7747a4..fc7888ad2cb00aa70b2d7056d576c60d25ddb429 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-18  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 0.3.15.
+       
+       * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6.
+
 2002-12-04  Werner Koch  <wk@gnupg.org>
 
        Released 0.3.14.
index 3a6d3bd9a3ecd4b07faa2ee03afe5a14972cbb59..e450dff0bf3228b6bd752051aa8ccef3f62a00e8 100644 (file)
@@ -1,9 +1,12 @@
-Noteworthy changes in version 0.3.15 (unreleased)
+Noteworthy changes in version 0.3.15 (2003-02-18)
 -------------------------------------------------
 
  * The progress status is sent via the progress callbacks in
    gpgme_op_edit.
 
+ * Bug fix for signing operations with explicit signer settings for
+   the CMS protocol.
+
 Noteworthy changes in version 0.3.14 (2002-12-04)
 -------------------------------------------------
 
index e266f51fb1772422a8b468f544a8ab88f5192ea4..28ad4f24c83a505183dd3708c6664dd8dba26ea7 100644 (file)
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.15-cvs, [bug-gpgme@gnupg.org])
 #
 LIBGPGME_LT_CURRENT=9
 LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=5
+LIBGPGME_LT_REVISION=6
 NEED_GPG_VERSION=1.2.0
 NEED_GPGSM_VERSION=0.9.2
 ##############################################
index 143b89856873d63f005ed092a92cc31a79bae064..c97cab01c80761b20eef10711c4d8d393a2dc590 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
    AM_PATH_GPGME macro) check that this header matches the installed
    library.  Warning: Do not edit the next line.  configure will do
    that for you!  */
-#define GPGME_VERSION "0.3.14"
+#define GPGME_VERSION "0.3.15"
 
 
 /* The opaque data types used by GPGME.  */