diff --git a/BUGS b/BUGS index 9cfdcd98e..40650568e 100644 --- a/BUGS +++ b/BUGS @@ -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 which directs mails only to the core developers. If you need to encrypt the diff --git a/ChangeLog b/ChangeLog index 9fbe044d7..4a29be17f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-04-27 David Shaw + + * NEWS: Add sig version, pk algo, hash algo, and sig class to + VALIDSIG. + + * BUGS: Fix bug reporting URL. + 2003-04-24 Werner Koch * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy diff --git a/NEWS b/NEWS index ae3023119..4d62e7678 100644 --- a/NEWS +++ b/NEWS @@ -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.