From b1e1959d59a12b53c016ca9c95aee3a62c0bfc00 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 11 Apr 2015 13:14:43 +0200 Subject: [PATCH] Release 2.1.3. --- NEWS | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 48142bc98..c02643265 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,38 @@ -Noteworthy changes in version 2.1.3 (unreleased) +Noteworthy changes in version 2.1.3 (2015-04-11) ------------------------------------------------ + * gpg: LDAP keyservers are now supported by 2.1. + + * gpg: New option --with-icao-spelling. + + * gpg: New option --print-pka-records. Changed the PKA method to use + CERT records and hashed names. + + * gpg: New command --list-gcrypt-config. New parameter "curve" + for --list-config. + + * gpg: Print a NEWSIG status line like gpgsm always did. + + * gpg: Print MPI values with --list-packets and --verbose. + + * gpg: Write correct MPI lengths with ECC keys. + + * gpg: Skip legacy PGP-2 keys while searching. + + * gpg: Improved searching for mail addresses when using a keybox. + + * gpgsm: Changed default algos to AES-128 and SHA-256. + + * gpgtar: Fixed extracting files with sizes of a multiple of 512. + + * dirmngr: Fixed SNI handling for hkps pools. + * dirmngr: extra-certs and trusted-certs are now always loaded from the sysconfig dir instead of the homedir. + * Fixed possible problems due to compiler optimization, two minor + regressions, and other bugs. + Noteworthy changes in version 2.1.2 (2015-02-11) ------------------------------------------------