mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Release 2.0.20
This commit is contained in:
parent
45451565b9
commit
11ce4c79bb
2
AUTHORS
2
AUTHORS
@ -180,7 +180,7 @@ name gpg2keys_*.
|
|||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010, 2011,
|
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
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
31
NEWS
31
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.
|
* Decryption using smartcards keys > 3072 bit does now work.
|
||||||
|
|
||||||
* New meta option ignore-invalid-option to allow using the same
|
* New meta option ignore-invalid-option to allow using the same
|
||||||
option file by other GnuPG versions.
|
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.
|
driver supports readers without the auto configuration feature.
|
||||||
|
|
||||||
* [scdaemon] Add pinpad input for PC/SC, if your reader has pinpad
|
* scdaemon: Add pinpad input for PC/SC, if your reader has pinpad and
|
||||||
and it supports variable length PIN input, and you specify
|
it supports variable length PIN input, and you specify
|
||||||
--enable-pinpad-varlen option.
|
--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.
|
from the command line.
|
||||||
|
|
||||||
|
* Support building using w64-mingw32.
|
||||||
|
|
||||||
|
* Assorted bug fixes.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 2.0.19 (2012-03-27)
|
Noteworthy changes in version 2.0.19 (2012-03-27)
|
||||||
|
@ -1266,7 +1266,7 @@ strusage( int level )
|
|||||||
break;
|
break;
|
||||||
case 11: p = "foo"; break;
|
case 11: p = "foo"; break;
|
||||||
case 13: p = "0.0"; 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 =
|
case 15: p =
|
||||||
"This is free software: you are free to change and redistribute it.\n"
|
"This is free software: you are free to change and redistribute it.\n"
|
||||||
"There is NO WARRANTY, to the extent permitted by law.\n";
|
"There is NO WARRANTY, to the extent permitted by law.\n";
|
||||||
|
@ -188,7 +188,7 @@ static void
|
|||||||
print_version (int with_help)
|
print_version (int with_help)
|
||||||
{
|
{
|
||||||
fputs (MYVERSION_LINE "\n"
|
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 program comes with ABSOLUTELY NO WARRANTY.\n"
|
||||||
"This is free software, and you are welcome to redistribute it\n"
|
"This is free software, and you are welcome to redistribute it\n"
|
||||||
"under certain conditions. See the file COPYING for details.\n",
|
"under certain conditions. See the file COPYING for details.\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user