[svn] GnuPG - r3973 - branches/GNUPG-1-9-BRANCH

svn author wk cvs at cvs.gnupg.org
Tue Dec 20 12:12:17 CET 2005


Author: wk
Date: 2005-12-20 12:12:16 +0100 (Tue, 20 Dec 2005)
New Revision: 3973

Modified:
   branches/GNUPG-1-9-BRANCH/NEWS
   branches/GNUPG-1-9-BRANCH/configure.ac
Log:
post release preparations


Modified: branches/GNUPG-1-9-BRANCH/NEWS
===================================================================
--- branches/GNUPG-1-9-BRANCH/NEWS	2005-12-20 10:56:30 UTC (rev 3972)
+++ branches/GNUPG-1-9-BRANCH/NEWS	2005-12-20 11:12:16 UTC (rev 3973)
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.9.21
+-------------------------------------------------
+
+ * [scdaemon] Support for keypads of some readers.  Tested only with
+   SPR532. New option --disable-keypad.
+
+
 Noteworthy changes in version 1.9.20 (2005-12-20)
 -------------------------------------------------
 

Modified: branches/GNUPG-1-9-BRANCH/configure.ac
===================================================================
--- branches/GNUPG-1-9-BRANCH/configure.ac	2005-12-20 10:56:30 UTC (rev 3972)
+++ branches/GNUPG-1-9-BRANCH/configure.ac	2005-12-20 11:12:16 UTC (rev 3973)
@@ -24,8 +24,8 @@
 
 # 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_version, [1.9.21])
+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