aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-04-27 04:16:19 +0000
committerDavid Shaw <[email protected]>2003-04-27 04:16:19 +0000
commite9bb40b4d323e4321babd3e9e11ec5e8b42552df (patch)
tree7be6d2777b602d2c694be473cb3249b6bd17018d
parent* gpg.sgml: Document --no-textmode and --no-use-agent. Clarify the (diff)
downloadgnupg-e9bb40b4d323e4321babd3e9e11ec5e8b42552df.tar.gz
gnupg-e9bb40b4d323e4321babd3e9e11ec5e8b42552df.zip
* NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG.
* BUGS: Fix bug reporting URL.
-rw-r--r--BUGS8
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
3 files changed, 14 insertions, 5 deletions
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 <[email protected]> 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 <[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
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.