aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-09-01 22:30:28 +0000
committerMarcus Brinkmann <[email protected]>2002-09-01 22:30:28 +0000
commit7bc8297fe7d828d77868808bb290f51c2e3fdcc8 (patch)
tree63bc5356568aac22763b86e19ed5c2e38d23fa77
parentAdd item about prior change. (diff)
downloadgpgme-7bc8297fe7d828d77868808bb290f51c2e3fdcc8.tar.gz
gpgme-7bc8297fe7d828d77868808bb290f51c2e3fdcc8.zip
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.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a4f2a3f..269704e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index df989248..607d20fc 100644
--- a/NEWS
+++ b/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/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
##############################################