From e7eb9b12deaf7ebe26967bfb56e980b7efeebdc3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 3 Apr 2017 20:59:47 +0200 Subject: [PATCH] Release 2.1.20 Signed-off-by: Werner Koch --- NEWS | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a19ac89c0..ab81e316d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,48 @@ -Noteworthy changes in version 2.1.20 (unreleased) +Noteworthy changes in version 2.1.20 (2017-04-03) ------------------------------------------------- + * gpg: New properties 'expired', 'revoked', and 'disbaled' for the + import and export filters. + + * gpg: New command --quick-set-primary-uid. + + * gpg: New compliance field for the --with-colon key listing. + + * gpg: Changed the key parser to generalize the processing of local + meta data packets. + + * gpg: Fixed assertion failure in the TOFU trust model. + + * gpg: Fixed exporting of zero length user ID packets. + + * scd: Improved support for multiple readers. + + * scd: Fixed timeout handling for key generation. + + * agent: New option --enable-extended-key-format. + + * dirmngr: Do not add a keyserver to a new dirmngr.conf. Dirmngr + uses a default keyserver. + + * dimngr: Do not treat TLS warning alerts as severe error when + building with GNUTLS. + + * dirmngr: Actually take /etc/hosts in account. + + * wks: Fixed client problems on Windows. Published keys are now set + to world-readable. + + * tests: Fixed creation of temporary directories. + + * A socket directory for a non standard GNUGHOME is now created on + the fly under /run/user. Thus "gpgconf --create-socketdir" is now + optional. The use of "gpgconf --remove-socketdir" to clean up + obsolete socket directories is however recommended to avoid + cluttering /run/user with useless directories. + + * Fixed build problems on some platforms. + + Noteworthy changes in version 2.1.19 (2017-03-01) ------------------------------------------------- @@ -49,6 +91,8 @@ Noteworthy changes in version 2.1.19 (2017-03-01) * Many other bug fixes and new regression tests. + See-also: gnupg-announce/2017q1/000402.html + Noteworthy changes in version 2.1.18 (2017-01-23) -------------------------------------------------