From 0a07bf9f75b44f816c849f88c34640aa2f23ded0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Apr 2002 08:40:10 +0000 Subject: [PATCH] Released 0.3.5 --- trunk/ChangeLog | 4 ++++ trunk/NEWS | 3 +++ trunk/configure.ac | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 2e035a0..951c258 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,7 @@ +2002-04-01 Werner Koch + + Released 0.3.5. + 2002-03-17 Marcus Brinkmann * configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM. diff --git a/trunk/NEWS b/trunk/NEWS index ff2e623..a5a8840 100644 --- a/trunk/NEWS +++ b/trunk/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/trunk/configure.ac b/trunk/configure.ac index 59bcc35..d37d9bd 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -26,11 +26,11 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -AC_INIT(gpgme, 0.3.5-cvs-2002-03-10, [gnupg-devel@gnupg.org]) +AC_INIT(gpgme, 0.3.5, [gnupg-devel@gnupg.org]) 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) -- 2.26.2