diff options
author | Werner Koch <[email protected]> | 2004-04-29 17:32:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-29 17:32:02 +0000 |
commit | 77c4506425b6694a0f21673debbf0896ac1dbf25 (patch) | |
tree | 566f2005d5170b65d6786468590827a8d7746be5 | |
parent | typo fix (diff) | |
download | gnupg-77c4506425b6694a0f21673debbf0896ac1dbf25.tar.gz gnupg-77c4506425b6694a0f21673debbf0896ac1dbf25.zip |
About to release 1.9.8
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-04-29 Werner Koch <[email protected]> + + Released 1.9.8. + 2004-04-20 Werner Koch <[email protected]> * configure.ac: Remove the fopencookie test. We don't need the @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.9.8 +Noteworthy changes in version 1.9.8 (2004-04-29) ------------------------------------------------ * [scdaemon] Overhauled the internal CCID driver. @@ -12,6 +12,9 @@ Noteworthy changes in version 1.9.8 * The keybox gets now compressed after 3 hours and ephemeral stored certificates are deleted after about a day. + * [gpg] Usability fixes for --card-edit. Note, that this has already + been ported back to gnupg-1.3 + Noteworthy changes in version 1.9.7 (2004-04-06) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 1a3a450c7..0c7bd927a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.7.6" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.8-cvs, [email protected]) +AC_INIT(gnupg, 1.9.8, [email protected]) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not # sufficient. @@ -34,7 +34,7 @@ NEED_GPG_ERROR_VERSION=0.7 NEED_LIBGCRYPT_API=1 NEED_LIBGCRYPT_VERSION=1.1.94 -NEED_LIBASSUAN_VERSION=0.6.4 +NEED_LIBASSUAN_VERSION=0.6.5 NEED_KSBA_VERSION=0.9.4 |