diff --git a/ChangeLog b/ChangeLog index 42fa15bf..dc42deae 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 f46af4df..5f61a2ad 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 14150fab..b483883d 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$)