diff options
author | Werner Koch <[email protected]> | 2008-09-25 10:06:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-09-25 10:06:02 +0000 |
commit | 96f16f736e97992c985f01c5e93bf825fdcd5707 (patch) | |
tree | 2db9d0ade98d7ca89ffb8aa17e65a0cb6bf2c8e4 /NEWS | |
parent | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and (diff) | |
download | gnupg-96f16f736e97992c985f01c5e93bf825fdcd5707.tar.gz gnupg-96f16f736e97992c985f01c5e93bf825fdcd5707.zip |
Finished support for v2 cards with the exception of secure messaging.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -4,31 +4,35 @@ Noteworthy changes in version 2.0.10 (unreleased) * New keyserver helper gpg2keys_kdns as generic DNS CERT lookup. Run with --help for a short description. Requires the ADNS library. - * New mechanisms "local" and "nodefault" for --auto-key-locate [gpg]. + * [gpg] New mechanisms "local" and "nodefault" for --auto-key-locate. Fixed a few problems with this option. - * [W32] Initialized the socket subsystem for all keyserver helpers. + * [w32] Initialized the socket subsystem for all keyserver helpers. - * [W32] The sysconf directory has been moved from a subdirectory of + * [w32] The sysconf directory has been moved from a subdirectory of the installation directory to %CSIDL_COMMON_APPDATA%/GNU/etc/gnupg. - * New gpg2 command --locate-keys. + * [gpg] New command --locate-keys. - * New gpg2 options --with-sig-list and --with-sig-check. + * [gpg] New options --with-sig-list and --with-sig-check. - * Made gpgsm's --output option work with --export-secret-key-p12. + * [gpgsm] Made --output option work with --export-secret-key-p12. * gpg-connect-agent accepts commands given as command line arguments. - * The gpg2 option --fixed-list-mode is now implicitly used and obsolete. + * [gpg] The option --fixed-list-mode is now implicitly used and obsolete. - * New control statement %ask-passphrase for the unattended key - generation of gpg2. + * [gpg] New control statement %ask-passphrase for the unattended key + generation. * gpgsm now uses AES by default. * gpg-preset-passphrase works again. + * Admin PINs are cached again (bug in 2.0.9). + + * Support for version 2 OpenPGP cards. + Noteworthy changes in version 2.0.9 (2008-03-26) ------------------------------------------------ |