diff options
Diffstat (limited to '')
-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. |