diff options
author | Werner Koch <[email protected]> | 2014-06-25 18:25:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-30 15:41:18 +0000 |
commit | 621aa6bb4887b479ca62ea6ed769f89b5346da39 (patch) | |
tree | d6c4ac6d143723d82129e321404775333322f393 | |
parent | estream: Fix minor glitch in "%.*s" format. (diff) | |
download | gnupg-2.0.25.tar.gz gnupg-2.0.25.zip |
Release 2.0.25gnupg-2.0.25
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,17 @@ -Noteworthy changes in version 2.0.25 (unreleased) +Noteworthy changes in version 2.0.25 (2014-06-30) ------------------------------------------------- + * gpg: Fix a regression in 2.0.24 if more than one keyid is given + to --recv-keys et al. + + * gpg: Cap RSA and Elgamal keysize at 4096 bit also for unattended + key generation. + + * gpgsm: Fix a DISPLAY related problem with --export-secret-key-p12. + + * scdaemon: Support reader Gemalto IDBridge CT30. + + Noteworthy changes in version 2.0.24 (2014-06-24) ------------------------------------------------- |