* 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.
This commit is contained in:
David Shaw 2003-04-27 20:30:38 +00:00
parent 9f6fa94486
commit ed7467a6ba
3 changed files with 38 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,12 @@
2003-04-27 David Shaw <dshaw@jabberwocky.com>
* 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 <dshaw@jabberwocky.com>
* configure.ac: Big warning that TIGER/192 is being removed from

26
NEWS
View File

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