diff options
-rw-r--r-- | BUGS | 8 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 4 |
3 files changed, 14 insertions, 5 deletions
@@ -1,10 +1,10 @@ Please see - http://www.gnupg.org/buglist.html + http://bugs.gnupg.org/ -for a list of know bugs in GnuPG. We don't distribute this list anymore -with the package because a more current one with notes in which version -the bug is fixed can be found online. +for a list of known bugs in GnuPG. We don't distribute this list with +the package any longer because a more current one with notes in which +version the bug is fixed can be found online. For security related bugs, please contact <[email protected]> which directs mails only to the core developers. If you need to encrypt the @@ -1,3 +1,10 @@ +2003-04-27 David Shaw <[email protected]> + + * NEWS: Add sig version, pk algo, hash algo, and sig class to + VALIDSIG. + + * BUGS: Fix bug reporting URL. + 2003-04-24 Werner Koch <[email protected]> * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy @@ -36,7 +36,9 @@ Noteworthy changes in version 1.2.2 (unreleased) * Fixed a compatibility problem with CryptoEx by increasing the window size of the uncompressor. - * Status VALIDSIG does now also print the primary key's fingerprint. + * Status VALIDSIG does now also print the primary key's + fingerprint, as well as the signature version, pubkey algorithm, + hash algorithm, and signature class. * Add read-only support for the SHA-256 hash, and optional read-only support for the SHA-384 and SHA-512 hashes. |