diff options
author | Werner Koch <[email protected]> | 2015-09-10 14:40:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-10 16:12:23 +0000 |
commit | 311816f6cf9d411dba060603e3c5d01c72824645 (patch) | |
tree | 245128281599d185257e1edf0bc2fde60604107e | |
parent | tests: Silence the 5gb-packet test. (diff) | |
download | gnupg-311816f6cf9d411dba060603e3c5d01c72824645.tar.gz gnupg-311816f6cf9d411dba060603e3c5d01c72824645.zip |
Release 2.1.8.gnupg-2.1.8
-rw-r--r-- | NEWS | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,6 +1,29 @@ -Noteworthy changes in version 2.1.8 (unreleased) +Noteworthy changes in version 2.1.8 (2015-09-10) ------------------------------------------------ + * gpg: Sending very large keys to the keyservers works again. + + * gpg: Validity strings in key listings are now again translatable. + + * gpg: Emit FAILURE status lines to help GPGME. + + * gpg: Does not anymore link to Libksba to reduce dependencies. + + * gpgsm: Export of secret keys via Assuan is now possible. + + * agent: Raise the maximum passphrase length from 100 to 255 bytes. + + * agent: Fix regression using EdDSA keys with ssh. + + * Does not anymore use a build timestamp by default. + + * The fallback encoding for broken locale settings changed + from Latin-1 to UTF-8. + + * Many code cleanups and improved internal documentation. + + * Various minor bug fixes. + Noteworthy changes in version 2.1.7 (2015-08-11) ------------------------------------------------ |