aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-02-11 18:22:25 +0000
committerWerner Koch <[email protected]>2015-02-11 18:22:25 +0000
commitfc17562cc4f8d531ae7f0887cf2a96dcc224b021 (patch)
tree4a6c4ceb1045e6d87cfa2b6094ff2a9c661e503e
parentpo: Auto update. (diff)
downloadgnupg-fc17562cc4f8d531ae7f0887cf2a96dcc224b021.tar.gz
gnupg-fc17562cc4f8d531ae7f0887cf2a96dcc224b021.zip
Release 2.1.2gnupg-2.1.2
-rw-r--r--NEWS29
1 files changed, 25 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index dbeec3d6c..3a386f9ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,36 @@
-Noteworthy changes in version 2.1.2 (unreleased)
+Noteworthy changes in version 2.1.2 (2015-02-11)
------------------------------------------------
- * agent: When setting --default-cache-ttl the value for
- --max-cache-ttl is adjusted to be not lower than the former.
-
* gpg: The parameter 'Passphrase' for batch key generation works
again.
* gpg: Using a passphrase option in batch mode now has the expected
effect on --quick-gen-key.
+ * gpg: Improved reporting of unsupported PGP-2 keys.
+
+ * gpg: Added support for algo names when generating keys using
+ --command-fd.
+
+ * gpg: Fixed DoS based on bogus and overlong key packets.
+
+ * agent: When setting --default-cache-ttl the value
+ for --max-cache-ttl is adjusted to be not lower than the former.
+
+ * agent: Fixed problems with the new --extra-socket.
+
+ * agent: Made --allow-loopback-pinentry changeable with gpgconf.
+
+ * agent: Fixed importing of unprotected openpgp keys.
+
+ * agent: Now tries to use a fallback pinentry if the standard
+ pinentry is not installed.
+
+ * scd: Added support for ECDH.
+
+ * Fixed several bugs related to bogus keyrings and improved some
+ other code.
+
Noteworthy changes in version 2.1.1 (2014-12-16)
------------------------------------------------