From fc17562cc4f8d531ae7f0887cf2a96dcc224b021 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Feb 2015 19:22:25 +0100 Subject: [PATCH] Release 2.1.2 --- NEWS | 29 +++++++++++++++++++++++++---- 1 file 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) ------------------------------------------------