diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 7 deletions
@@ -1,3 +1,10 @@ +2002-09-02 Marcus Brinkmann <[email protected]> + + Released 0.3.10. + + * NEWS: Update for 0.3.9 release. + * configure.ac: Bump up LIBGPGME_LT_REVISION. + 2002-08-29 Marcus Brinkmann <[email protected]> * gpgme.spec.in: Changed user name in Wojciech Polak's email @@ -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/configure.ac b/configure.ac index 1ba0f3f9..fe93d6f9 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.10, [[email protected]]) # 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 ############################################## |