aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
-rw-r--r--configure.ac6
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e035a04..951c258e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-01 Werner Koch <[email protected]>
+
+ Released 0.3.5.
+
2002-03-17 Marcus Brinkmann <[email protected]>
* configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM.
diff --git a/NEWS b/NEWS
index ff2e623c..a5a88401 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Noteworthy changes in version 0.3.5 (2002-04-01)
+------------------------------------------------
+
* gpgme_op_encrypt can be called with RECIPIENTS being 0. In this
case, symmetric encryption is performed. Note that this requires a
passphrase from the user.
diff --git a/configure.ac b/configure.ac
index 59bcc350..d37d9bd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,11 +26,11 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-AC_INIT(gpgme, 0.3.5-cvs-2002-03-10, [[email protected]])
+AC_INIT(gpgme, 0.3.5, [[email protected]])
LIBGPGME_LT_CURRENT=7
LIBGPGME_LT_AGE=1
-LIBGPGME_LT_REVISION=0
-NEED_GPG_VERSION=1.0.6d
+LIBGPGME_LT_REVISION=1
+NEED_GPG_VERSION=1.0.6
NEED_GPGSM_VERSION=0.3.1
##############################################
AC_PREREQ(2.52)