From d010af07f955d73796d4c386ad7035b5e17feb38 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 20 Jun 2005 18:05:37 +0000 Subject: [PATCH] * NEWS: Note key cleaning commands. --- ChangeLog | 4 ++++ NEWS | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2b7e9181..accc42cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-20 David Shaw + + * NEWS: Note key cleaning commands. + 2005-06-13 David Shaw * configure.ac: Add check for no-pointer-sign warning keyword, and diff --git a/NEWS b/NEWS index 602f988ac..6eaa8d9df 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------------------------------