aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-04-27 20:30:38 +0000
committerDavid Shaw <[email protected]>2003-04-27 20:30:38 +0000
commited7467a6ba2af3cf4d556e1487a40a4d44536e23 (patch)
treebd2b5d393aebcec564a7864623a718b99fa70494
parent* g10.c (main): Add --no-textmode. (diff)
downloadgnupg-ed7467a6ba2af3cf4d556e1487a40a4d44536e23.tar.gz
gnupg-ed7467a6ba2af3cf4d556e1487a40a4d44536e23.zip
* BUGS: Fix bug reporting URL.
* NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG. Add notes about SRV, the "subkeyid!" syntax, configure options to disable various algorithms, and the ability to change the keyserver no-modify flag.
-rw-r--r--BUGS8
-rw-r--r--ChangeLog9
-rw-r--r--NEWS26
3 files changed, 38 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 d20ff178b..d423770b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-27 David Shaw <[email protected]>
+
+ * BUGS: Fix bug reporting URL.
+
+ * NEWS: Add sig version, pk algo, hash algo, and sig class to
+ VALIDSIG. Add notes about SRV, the "subkeyid!" syntax, configure
+ options to disable various algorithms, and the ability to change
+ the keyserver no-modify flag.
+
2003-04-23 David Shaw <[email protected]>
* configure.ac: Big warning that TIGER/192 is being removed from
diff --git a/NEWS b/NEWS
index 57ff1b9c5..0b494a8c8 100644
--- a/NEWS
+++ b/NEWS
@@ -50,13 +50,35 @@ Noteworthy changes in version 1.3.2 (unreleased)
This is a simpler interface to the old method (which still
works) of revoking the user ID self-signature.
- * Status VALIDSIG does now also print the primary key's fngerprint.
+ * 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.
* New option --enable-progress-filter for use with frontends.
+ * DNS SRV records are used in HKP keyserver lookups to allow
+ administrators to load balance and select keyserver port
+ automatically. This is as specified in
+ draft-shaw-openpgp-hkp-00.txt.
+
+ * When using the "keyid!" syntax during a key export, only that
+ specified key is exported. If the key in question is a subkey,
+ the primary key plus only that subkey is exported.
+
+ * configure --disable-xxx options to disable individual algorithms
+ at build time. This can be used to build a smaller gpg binary
+ for embedded uses where space is tight. See the README file for
+ the algorithms that can be used with this option, or use
+ --enable-minimal to build the smallest gpg possible (disables
+ all optional algorithms, disables keyserver access, and disables
+ photo IDs).
+
+ * The keyserver no-modify flag on a key can now be displayed and
+ modified.
+
Noteworthy changes in version 1.3.1 (2002-11-12)
------------------------------------------------
@@ -82,6 +104,7 @@ Noteworthy changes in version 1.3.1 (2002-11-12)
used interchangeably with the short algorithm names (e.g. "S2",
"H2", "Z1") anywhere algorithm names are used in GnuPG.
+
Noteworthy changes in version 1.3.0 (2002-10-18)
------------------------------------------------
@@ -120,6 +143,7 @@ Noteworthy changes in version 1.3.0 (2002-10-18)
during development, which cause the translations to rapidly go
out of date.
+
Noteworthy changes in version 1.1.92 (2002-09-11)
-------------------------------------------------