* configure.ac: Bumbed LT version to 9/3/0.
authorWerner Koch <wk@gnupg.org>
Tue, 25 Jun 2002 18:32:20 +0000 (18:32 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 25 Jun 2002 18:32:20 +0000 (18:32 +0000)
(NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.

ChangeLog
NEWS
configure.ac

index 42fa15bf47157834186b9766b0568ad4710cd302..dc42deaef4a66095643aae980d8ea8d8990e0f09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-06-25  Werner Koch  <wk@gnupg.org>
+
+       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  <marcus@g10code.de>
 
        Released 0.3.7.
diff --git a/NEWS b/NEWS
index f46af4df7e9f2b371c48403f31a9679a5eb348a7..5f61a2ad5b4dd257890ea544f2a582f9c4630916 100644 (file)
--- 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
index 14150fab8b32761b26c99f2e44f03ff463b4e2d4..b483883d670e53a524e03ab4ca25c83045ac3d23 100644 (file)
 #   (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$)