* NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG.

* BUGS: Fix bug reporting URL.
This commit is contained in:
David Shaw 2003-04-27 04:16:19 +00:00
parent 8d97fc48fe
commit e9bb40b4d3
3 changed files with 14 additions and 5 deletions

8
BUGS
View File

@ -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 <security@gnupg.org> which
directs mails only to the core developers. If you need to encrypt the

View File

@ -1,3 +1,10 @@
2003-04-27 David Shaw <dshaw@jabberwocky.com>
* NEWS: Add sig version, pk algo, hash algo, and sig class to
VALIDSIG.
* BUGS: Fix bug reporting URL.
2003-04-24 Werner Koch <wk@gnupg.org>
* configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy

4
NEWS
View File

@ -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.