From 12bcf6dcd2b24cf7a5d4b9a307602a604a23660a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 2 Sep 2003 03:16:34 +0000 Subject: [PATCH] * NEWS: Note --list-options, --verify-options, the deprecation of --show-photos, --show-policy-url, --show-notation, and --show-keyring, and getting the signer's fingerprint in sig records. --- ChangeLog | 7 +++++++ NEWS | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c8620d44..a1b010e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-09-01 David Shaw + + * NEWS: Note --list-options, --verify-options, the deprecation of + --show-photos, --show-policy-url, --show-notation, and + --show-keyring, and getting the signer's fingerprint in sig + records. + 2003-08-28 David Shaw * AUTHORS, THANKS: Updates from stable. diff --git a/NEWS b/NEWS index 065225efa..21b9c72ad 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,33 @@ Noteworthy changes in version 1.3.3 (unreleased) ------------------------------------------------ + * New --list-options option. This option takes a list of + arguments that allows the user to customize exactly what key + listings (including the --edit-key listing) look like, enabling + or disabling things such as photo display, policy URL, preferred + keyserver URL, or notation display, long or short keyIDs, + calculated validity for each user ID, etc. See the manual for + the complete list of list-options. + + * New --verify-options option. This option takes a list of + arguments that allows the user to customize exactly what happens + during signature verification, enabling or disabling things such + as photo display, policy URL, preferred keyserver URL, or + notation display, long or short keyIDs, calculated validity for + each user ID, etc. See the manual for the complete list of + verify-options. + + * The options --show-photos, --show-policy-url, --show-notation, + and --show-keyring are all deprecated in favor of those + arguments to --list-options and --verify-options. The new + method is more flexible since a user can specify (for example) + showing photos during sig verification, but not in key listings. + + * The complete fingerprint of the key that made a given key + certification is now available in the --with-colons output. For + technical reasons, this is only available when running with + --no-sig-cache set. See doc/DETAILS for the specifics of this. + * IPv6 support for HKP keyserver access. IPv6 for LDAP keyserver access is also supported, but is dependent on the LDAP library used. @@ -27,6 +54,7 @@ Noteworthy changes in version 1.3.3 (unreleased) * A number of portability changes to make building GnuPG on less-common platforms easier. + Noteworthy changes in version 1.3.2 (2003-05-27) ------------------------------------------------