(NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
+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.
-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
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
# (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$)