diff --git a/AUTHORS b/AUTHORS index 92f44cb96..c787c7c2a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -180,7 +180,7 @@ name gpg2keys_*. Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012 Free Software Foundation, Inc. + 2012, 2013 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/NEWS b/NEWS index 9ead9bf10..9e64e4698 100644 --- a/NEWS +++ b/NEWS @@ -1,33 +1,40 @@ -Noteworthy changes in version 2.0.20 (unreleased) +Noteworthy changes in version 2.0.20 (2013-05-10) ------------------------------------------------- - * The hash algorithm is now printed for sig records in key listings. - * Decryption using smartcards keys > 3072 bit does now work. * New meta option ignore-invalid-option to allow using the same option file by other GnuPG versions. - * [gpg] Skip invalid keyblock packets during import to avoid a DoS. + * gpg: The hash algorithm is now printed for sig records in key listings. - * [gpg] Correctly handle ports from DNS SRV records. + * gpg: Skip invalid keyblock packets during import to avoid a DoS. - * [gpg-agent] Avoid tty corruption when killing pinentry. + * gpg: Correctly handle ports from DNS SRV records. - * [scdaemon] Rename option --disable-keypad to --disable-pinpad. + * keyserver: Improve use of SRV records - * [scdaemon] Better support for CCID readers. Now, the internal CCID + * gpg-agent: Avoid tty corruption when killing pinentry. + + * scdaemon: Improve detection of card insertion and removal. + + * scdaemon: Rename option --disable-keypad to --disable-pinpad. + + * scdaemon: Better support for CCID readers. Now, the internal CCID driver supports readers without the auto configuration feature. - * [scdaemon] Add pinpad input for PC/SC, if your reader has pinpad - and it supports variable length PIN input, and you specify + * scdaemon: Add pinpad input for PC/SC, if your reader has pinpad and + it supports variable length PIN input, and you specify --enable-pinpad-varlen option. - * [scdaemon] New option --enable-pinpad-varlen. + * scdaemon: New option --enable-pinpad-varlen. - * [scdaemon] Install into libexecdir to avoid accidental execution + * scdaemon: Install into libexecdir to avoid accidental execution from the command line. + * Support building using w64-mingw32. + + * Assorted bug fixes. Noteworthy changes in version 2.0.19 (2012-03-27) diff --git a/jnlib/argparse.c b/jnlib/argparse.c index ea624e8a5..c457953f2 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -1266,7 +1266,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2012 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2013 Free Software Foundation, Inc."; break; case 15: p = "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"; diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index aae112093..4bbf21235 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -188,7 +188,7 @@ static void print_version (int with_help) { fputs (MYVERSION_LINE "\n" - "Copyright (C) 2012 Free Software Foundation, Inc.\n" + "Copyright (C) 2013 Free Software Foundation, Inc.\n" "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it\n" "under certain conditions. See the file COPYING for details.\n",