From: Marcus Brinkmann Date: Sun, 1 Sep 2002 22:30:28 +0000 (+0000) Subject: 2002-09-02 Marcus Brinkmann X-Git-Tag: gpgme-1.2.0@1385~830 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c49242f404e1264126d38018cd82f522408db4c;p=gpgme.git 2002-09-02 Marcus Brinkmann Released 0.3.10. * NEWS: Update for 0.3.9 release. * configure.ac: Bump up LIBGPGME_LT_REVISION. --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 3a4f2a3..269704e 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,10 @@ +2002-09-02 Marcus Brinkmann + + Released 0.3.10. + + * NEWS: Update for 0.3.9 release. + * configure.ac: Bump up LIBGPGME_LT_REVISION. + 2002-08-29 Marcus Brinkmann * gpgme.spec.in: Changed user name in Wojciech Polak's email diff --git a/trunk/NEWS b/trunk/NEWS index df98924..607d20f 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,15 +1,10 @@ -Noteworthy changes in version 0.3.10 (unreleased) +Noteworthy changes in version 0.3.10 (2002-09-02) ------------------------------------------------- * Setting the signing keys for the CMS protocol does now work. * The signers setting is honoured by gpgme_op_edit. - * Interface changes relative to the 0.3.9 release: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Noteworthy changes in version 0.3.9 (2002-08-21) ------------------------------------------------ diff --git a/trunk/configure.ac b/trunk/configure.ac index 1ba0f3f..fe93d6f 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.10, [bug-gpgme@gnupg.org]) # LIBGPGME_LT_CURRENT=9 LIBGPGME_LT_AGE=3 -LIBGPGME_LT_REVISION=0 +LIBGPGME_LT_REVISION=1 NEED_GPG_VERSION=1.0.7 NEED_GPGSM_VERSION=0.3.8 ##############################################