diff options
author | David Shaw <[email protected]> | 2005-06-20 18:05:37 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-06-20 18:05:37 +0000 |
commit | d010af07f955d73796d4c386ad7035b5e17feb38 (patch) | |
tree | 71f1be64b2da5af57c8b53d1fee7b4c561a3ea0b | |
parent | * gpg.sgml: Document --edit-key/clean, import-clean, and export-clean. (diff) | |
download | gnupg-d010af07f955d73796d4c386ad7035b5e17feb38.tar.gz gnupg-d010af07f955d73796d4c386ad7035b5e17feb38.zip |
* NEWS: Note key cleaning commands.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-06-20 David Shaw <[email protected]> + + * NEWS: Note key cleaning commands. + 2005-06-13 David Shaw <[email protected]> * configure.ac: Add check for no-pointer-sign warning keyword, and @@ -27,6 +27,15 @@ Noteworthy changes in version 1.4.2 library. It is enabled via the configure option --with-libcurl like the other (also experimental) cURL helpers. + * New key cleaning options that can be used to remove unusable + (expired, revoked) signatures from a key. This is available via + the new "clean" command in --edit-key on a key by key basis, as + well as via the import-clean-sigs/import-clean-uids and + export-clean-sigs/export-clean-uids options for --import-options + and --export-options. These are currently off by default, and + replace the import-unusable-sigs/export-unusable-sigs options + from version 1.4.1. + Noteworthy changes in version 1.4.1 (2005-03-15) ------------------------------------------------ |