[svn] GnuPG - r3971 - branches/GNUPG-1-9-BRANCH
svn author wk
cvs at cvs.gnupg.org
Tue Dec 20 11:26:33 CET 2005
Author: wk
Date: 2005-12-20 11:26:32 +0100 (Tue, 20 Dec 2005)
New Revision: 3971
Modified:
branches/GNUPG-1-9-BRANCH/ChangeLog
branches/GNUPG-1-9-BRANCH/NEWS
branches/GNUPG-1-9-BRANCH/configure.ac
Log:
Preparing a released
Modified: branches/GNUPG-1-9-BRANCH/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/ChangeLog 2005-12-19 22:10:20 UTC (rev 3970)
+++ branches/GNUPG-1-9-BRANCH/ChangeLog 2005-12-20 10:26:32 UTC (rev 3971)
@@ -1,3 +1,7 @@
+2005-12-20 Werner Koch <wk at g10code.com>
+
+ Released 1.9.20.
+
2005-11-28 Werner Koch <wk at g10code.com>
* configure.ac: Append the revision to the version string.
Modified: branches/GNUPG-1-9-BRANCH/NEWS
===================================================================
--- branches/GNUPG-1-9-BRANCH/NEWS 2005-12-19 22:10:20 UTC (rev 3970)
+++ branches/GNUPG-1-9-BRANCH/NEWS 2005-12-20 10:26:32 UTC (rev 3971)
@@ -1,15 +1,14 @@
-Noteworthy changes in version 1.9.20
+Noteworthy changes in version 1.9.20 (2005-12-20)
-------------------------------------------------
- * [scdaemon] Support for keypads of some readers. Tested only with
- SPR532. New option --disable-keypad.
-
- * New debug tool gpgparsemail.
-
* Importing pkcs#12 files created be recent versions of Mozilla works
again.
+ * Basic support for qualified signatures.
+ * New debug tool gpgparsemail.
+
+
Noteworthy changes in version 1.9.19 (2005-09-12)
-------------------------------------------------
Modified: branches/GNUPG-1-9-BRANCH/configure.ac
===================================================================
--- branches/GNUPG-1-9-BRANCH/configure.ac 2005-12-19 22:10:20 UTC (rev 3970)
+++ branches/GNUPG-1-9-BRANCH/configure.ac 2005-12-20 10:26:32 UTC (rev 3971)
@@ -25,7 +25,7 @@
# Remember to change the version number immediately *after* a release.
# Uncomment the my_iscvs macro for non-released code.
m4_define(my_version, [1.9.20])
-m4_define(my_iscvs, yes)
+#m4_define(my_iscvs, yes)
AC_INIT([gnupg], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
[$Revision$],[Ra-z $:])]), [gnupg-devel at gnupg.org])
# Set development_version to yes if the minor number is odd or you
More information about the Gnupg-commits
mailing list