aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-04-25 11:00:16 +0000
committerWerner Koch <[email protected]>2013-05-10 13:54:31 +0000
commit11ce4c79bb953ae3a20f6de609655f6949017c54 (patch)
tree27a31e382416a4e60d2a754e766724c976dc421c /NEWS
parentpo: Auto updates (diff)
downloadgnupg-2.0.20.tar.gz
gnupg-2.0.20.zip
Release 2.0.20gnupg-2.0.20
Diffstat (limited to '')
-rw-r--r--NEWS31
1 files changed, 19 insertions, 12 deletions
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: 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)