summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-07-01 14:16:40 +0200
committerWerner Koch <wk@gnupg.org>2015-07-01 14:16:40 +0200
commita499eeb6a6545d87ac9f1b64e32017bfdb4f67e6 (patch)
treee590e621f1d3699b6ede425e57dbd7d3725a5c7b
parentagent: Unset INSIDE_EMACS on gpg-agent startup (diff)
downloadgnupg2-a499eeb6a6545d87ac9f1b64e32017bfdb4f67e6.tar.xz
gnupg2-a499eeb6a6545d87ac9f1b64e32017bfdb4f67e6.zip
Release 2.1.6gnupg-2.1.6
-rw-r--r--NEWS28
1 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3d1e5615..37d8728f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,32 @@
-Noteworthy changes in version 2.1.6 (unreleased)
+Noteworthy changes in version 2.1.6 (2015-07-01)
------------------------------------------------
+ * agent: New option --verify for the PASSWD command.
+
+ * gpgsm: Add command option "offline" as an alternative to
+ --disable-dirmngr.
+
+ * gpg: Do not prompt multiple times for a password in pinentry
+ loopback mode.
+
+ * Allow the use of debug category names with --debug.
+
+ * Using gpg-agent and gpg/gpgsm with different locales will now show
+ the correct translations in Pinentry.
+
+ * gpg: Improve speed of --list-sigs and --check-sigs.
+
+ * gpg: Make --list-options show-sig-subpackets work again.
+
+ * gpg: Fix an export problem for old keyrings with PGP-2 keys.
+
+ * scd: Support PIN-pads on more readers.
+
+ * dirmngr: Properly cleanup zombie LDAP helper processes and avoid
+ hangs on dirmngr shutdown.
+
+ * Various other bug fixes.
+
Noteworthy changes in version 2.1.5 (2015-06-11)
------------------------------------------------