Update NEWS and README

--
This commit is contained in:
Werner Koch 2012-11-16 10:35:33 +01:00
parent 44ded889e7
commit d6e37554d2
2 changed files with 29 additions and 4 deletions

21
NEWS
View File

@ -3,16 +3,31 @@ Noteworthy changes in version 2.0.20 (unreleased)
* The hash algorithm is now printed for sig records in key listings.
* Decryption using smartcards keys > 3072 bit does not 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] Correctly handle ports from DNS SRV records.
* [gpg-agent] Avoid tty corruption when killing pinentry.
* [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
--enable-pinpad-varlen option.
* [scdaemon] New option --enable-pinpad-varlen.
* [scdaemon] Rename option --disable-pinpad (was: --disable-keypad).
* [scdaemon] Install into libexecdir to avoid accidental execution
from the command line.
* [scdaemon] Better support fo CCID readers. Now, internal CCID
driver supports readers with no auto configuration feature.
Noteworthy changes in version 2.0.19 (2012-03-27)

12
README
View File

@ -4,7 +4,7 @@
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.
INTRODUCTION
@ -68,6 +68,16 @@ Note that the PKITS tests are always skipped unless you copy the PKITS
test data file into the tests/pkits directory.
INCOMPATIBLE CHANGES
====================
- With 2.0.20 the scdaemon option 'disable-keypad' has been renamed to
'disable-pinpad'. If you are using this option in scdaemon.conf you
should rename it there. In case you are using this option to work
around a problem with your card reader, you may want to test whether
this version of GnuPG works better with your reader.
DOCUMENTATION
=============