diff options
author | Werner Koch <[email protected]> | 2007-08-10 16:52:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-08-10 16:52:05 +0000 |
commit | 74d344a521c8a7a294b8da2cf2647e112fd5b310 (patch) | |
tree | c2cc77b642ad52a26ea4d99a05f82f725f536d11 /NEWS | |
parent | Factored common gpgconf constants out (diff) | |
download | gnupg-74d344a521c8a7a294b8da2cf2647e112fd5b310.tar.gz gnupg-74d344a521c8a7a294b8da2cf2647e112fd5b310.zip |
Implemented the chain model for X.509 validation.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,11 +1,14 @@ Noteworthy changes in version 2.0.6 ------------------------------------------------ - * gpgsm does now grok --default-key. - - * gpgconf is now aware of --default-key and --encrypt-to. + * GPGSM does now grok --default-key. + + * GPGCONF is now aware of --default-key and --encrypt-to. + * GPGSM does again correctly print the serial number as well the the + various keyids. This was broken since 2.0.4. + Noteworthy changes in version 2.0.5 (2007-07-05) ------------------------------------------------ |