diff options
author | Werner Koch <wk@gnupg.org> | 2009-02-09 11:25:41 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-02-09 11:25:41 +0100 |
commit | d1c2e66fbc4c67cd39230fa0418d5647fdc7163a (patch) | |
tree | 4f47077f36cdc3ee6a26865f5954b1a51f8c399b /NEWS | |
parent | Make --allow-admin the default. (diff) | |
download | gnupg2-d1c2e66fbc4c67cd39230fa0418d5647fdc7163a.tar.xz gnupg2-d1c2e66fbc4c67cd39230fa0418d5647fdc7163a.zip |
Change default gpgsm cipher back to 3DES.
Typo fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ Noteworthy changes in version 2.0.11 (unreleased) ------------------------------------------------- - * [scdaemon] --allow-admin is now the default. + * The SCDAEMON option --allow-admin is now used by default. + + * SCDAEMON is now aware of the Geldkarte. + + * [gpgsm] The default cipher algorith is now again 3DES. This is due + to interoperability problems with Outlook 2003 which still can't + cope with AES. Noteworthy changes in version 2.0.10 (2009-01-12) |