diff options
author | Werner Koch <[email protected]> | 2005-09-12 08:23:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-09-12 08:23:33 +0000 |
commit | cc999f61a798b2d1505f8353ee395d031ac55852 (patch) | |
tree | 28a7c0fa9eb6b2fccae4dcd174431a81f31a3b64 | |
parent | Fixed yesterdays change. Importing to Outlook seems to work now. (diff) | |
download | gnupg-cc999f61a798b2d1505f8353ee395d031ac55852.tar.gz gnupg-cc999f61a798b2d1505f8353ee395d031ac55852.zip |
About to release 1.9.19V1-9-19
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,11 +1,13 @@ -Noteworthy changes in version 1.9.19 +Noteworthy changes in version 1.9.19 (2005-09-12) ------------------------------------------------- * The Belgian eID card is now supported for signatures and ssh. + Other pkcs#15 cards should work as well. * Fixed bug in --export-secret-key-p12 so that certificates are again included. + Noteworthy changes in version 1.9.18 (2005-08-01) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 030643315..30b183046 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.19-cvs, [email protected]) +AC_INIT(gnupg, 1.9.19, [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. |