aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-11-16 09:35:33 +0000
committerWerner Koch <[email protected]>2013-04-22 18:29:44 +0000
commitd6e37554d20a96a6bc85455626fff31157233080 (patch)
tree016c278031fda809a0fde9d7c75f35586c063475
parentFix bashism in autogen.sh. (diff)
downloadgnupg-d6e37554d20a96a6bc85455626fff31157233080.tar.gz
gnupg-d6e37554d20a96a6bc85455626fff31157233080.zip
Update NEWS and README
--
-rw-r--r--NEWS21
-rw-r--r--README12
2 files changed, 29 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d10dad4b0..166b871d2 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/README b/README
index e7289c934..affb7da12 100644
--- a/README
+++ b/README
@@ -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
=============