diff options
author | Werner Koch <[email protected]> | 2016-12-20 09:55:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-12-20 09:55:31 +0000 |
commit | 2051f29da2a6053356ef37daf04f6648d818d2ea (patch) | |
tree | dfd2698cda887f378063fe70ca2f66ee0911c109 | |
parent | build: Update distributed signature key. (diff) | |
download | gnupg-2051f29da2a6053356ef37daf04f6648d818d2ea.tar.gz gnupg-2051f29da2a6053356ef37daf04f6648d818d2ea.zip |
doc: Update NEWS
--
Diffstat (limited to '')
-rw-r--r-- | NEWS | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,8 +1,38 @@ -Noteworthy changes in version 2.1.17 (unreleased) +Noteworthy changes in version 2.1.17 (2016-12-20) ------------------------------------------------- + * gpg: By default new keys expire after 2 years. + + * gpg: New command --quick-set-expire to conveniently change the + expiration date of keys. + + * gpg: Option and command names have been changed for easier + comprehension. The old names are still available as aliases. + + * gpg: Improved the TOFU trust model. + * gpg: New option --default-new-key-algo. + * scd: Support OpenPGP card V3 for RSA. + + * dirmngr: Support for the ADNS library has been removed. Instead + William Ahern's Libdns is now source included and used on all + platforms. This enables Tor support on all platforms. The new + option --standard-resolver can be used to disable this code at + runtime. In case of build problems the new configure option + --disable-libdns can be used to build without Libdns. + + * dirmngr: Lazily launch ldap reaper thread. + + * tools: New options --check and --status-fd for gpg-wks-client. + + * The UTF-8 byte order mark is now skipped when reading conf files. + + * Fixed many bugs and regressions. + + * Major improvements to the test suite. For example it is possible + to run the external test suite of GPGME. + Noteworthy changes in version 2.1.16 (2016-11-18) ------------------------------------------------- |