From: Marcus Brinkmann Date: Tue, 18 Feb 2003 18:04:10 +0000 (+0000) Subject: 2003-02-18 Marcus Brinkmann X-Git-Tag: gpgme-1.2.0@1385~689 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=184f96859b00c51be45b7c43f37278e7bf2c10f6;p=gpgme.git 2003-02-18 Marcus Brinkmann Released 0.3.15. * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6. --- diff --git a/branches/gpgme-0-3-branch/ChangeLog b/branches/gpgme-0-3-branch/ChangeLog index 44930e8..fc7888a 100644 --- a/branches/gpgme-0-3-branch/ChangeLog +++ b/branches/gpgme-0-3-branch/ChangeLog @@ -1,3 +1,9 @@ +2003-02-18 Marcus Brinkmann + + Released 0.3.15. + + * configure.ac (LIBGPGME_LT_REVISION): Bumped to 6. + 2002-12-04 Werner Koch Released 0.3.14. diff --git a/branches/gpgme-0-3-branch/NEWS b/branches/gpgme-0-3-branch/NEWS index 3a6d3bd..e450dff 100644 --- a/branches/gpgme-0-3-branch/NEWS +++ b/branches/gpgme-0-3-branch/NEWS @@ -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) ------------------------------------------------- diff --git a/branches/gpgme-0-3-branch/configure.ac b/branches/gpgme-0-3-branch/configure.ac index e266f51..28ad4f2 100644 --- a/branches/gpgme-0-3-branch/configure.ac +++ b/branches/gpgme-0-3-branch/configure.ac @@ -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 ############################################## diff --git a/branches/gpgme-0-3-branch/gpgme/gpgme.h b/branches/gpgme-0-3-branch/gpgme/gpgme.h index 143b898..c97cab0 100644 --- a/branches/gpgme-0-3-branch/gpgme/gpgme.h +++ b/branches/gpgme-0-3-branch/gpgme/gpgme.h @@ -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. */