aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-09-12 08:23:33 +0000
committerWerner Koch <[email protected]>2005-09-12 08:23:33 +0000
commitcc999f61a798b2d1505f8353ee395d031ac55852 (patch)
tree28a7c0fa9eb6b2fccae4dcd174431a81f31a3b64
parentFixed yesterdays change. Importing to Outlook seems to work now. (diff)
downloadgnupg-cc999f61a798b2d1505f8353ee395d031ac55852.tar.gz
gnupg-cc999f61a798b2d1505f8353ee395d031ac55852.zip
About to release 1.9.19V1-9-19
Diffstat (limited to '')
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index acc7c25f3..1e1148748 100644
--- a/NEWS
+++ b/NEWS
@@ -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.