diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 7 deletions
@@ -1,3 +1,7 @@ +2005-12-20 Werner Koch <wk@g10code.com> + + Released 1.9.20. + 2005-11-28 Werner Koch <wk@g10code.com> * configure.ac: Append the revision to the version string. @@ -1,14 +1,13 @@ -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) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 6ba66968d..944e24cb9 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ min_automake_version="1.9.3" # 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@gnupg.org]) # Set development_version to yes if the minor number is odd or you |