diff options
author | Werner Koch <[email protected]> | 2013-04-25 11:00:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-05-10 13:54:31 +0000 |
commit | 11ce4c79bb953ae3a20f6de609655f6949017c54 (patch) | |
tree | 27a31e382416a4e60d2a754e766724c976dc421c | |
parent | po: Auto updates (diff) | |
download | gnupg-2.0.20.tar.gz gnupg-2.0.20.zip |
Release 2.0.20gnupg-2.0.20
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | jnlib/argparse.c | 2 | ||||
-rw-r--r-- | tools/watchgnupg.c | 2 |
4 files changed, 22 insertions, 15 deletions
@@ -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 @@ -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: Skip invalid keyblock packets during import to avoid a DoS. + + * gpg: Correctly handle ports from DNS SRV records. - * [gpg] Correctly handle ports from DNS SRV records. + * keyserver: Improve use of SRV records - * [gpg-agent] Avoid tty corruption when killing pinentry. + * gpg-agent: Avoid tty corruption when killing pinentry. - * [scdaemon] Rename option --disable-keypad to --disable-pinpad. + * scdaemon: Improve detection of card insertion and removal. - * [scdaemon] Better support for CCID readers. Now, the internal CCID + * 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", |