From f93de9387042c016147f7f789bfe380afdc3ed94 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 25 Jun 2002 18:32:20 +0000 Subject: [PATCH] * configure.ac: Bumbed LT version to 9/3/0. (NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command. --- ChangeLog | 7 +++++++ NEWS | 4 ++-- configure.ac | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 42fa15b..dc42dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-06-25 Werner Koch + + Released 0.3.8. + + * configure.ac: Bumbed LT version to 9/3/0. + (NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command. + 2002-06-04 Marcus Brinkmann Released 0.3.7. diff --git a/NEWS b/NEWS index f46af4d..5f61a2a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version CVS-HEAD +Noteworthy changes in version 0.3.8 (2002-06-25) ------------------------------------------------ * It is possible to use an outside event loop for the I/O to the @@ -29,7 +29,7 @@ Noteworthy changes in version 0.3.7 (2002-06-04) Noteworthy changes in version 0.3.6 (2002-05-03) ------------------------------------------------ - * All error outout of the gpgsm backend is send to the bit bucket. + * All error output of the gpgsm backend is send to the bit bucket. * The signature verification functions are extended. Instead of always returning GPGME_SIG_STATUS_GOOD, the functions new codes for diff --git a/configure.ac b/configure.ac index 14150fa..b483883 100644 --- a/configure.ac +++ b/configure.ac @@ -26,12 +26,12 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -AC_INIT(gpgme, 0.3.8-cvs, [gnupg-devel@gnupg.org]) -LIBGPGME_LT_CURRENT=8 -LIBGPGME_LT_AGE=2 -LIBGPGME_LT_REVISION=1 +AC_INIT(gpgme, 0.3.8, [gnupg-devel@gnupg.org]) +LIBGPGME_LT_CURRENT=9 +LIBGPGME_LT_AGE=3 +LIBGPGME_LT_REVISION=0 NEED_GPG_VERSION=1.0.7 -NEED_GPGSM_VERSION=0.3.7 +NEED_GPGSM_VERSION=0.3.8 ############################################## AC_PREREQ(2.52) AC_REVISION($Revision$) -- 2.26.2