aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2b7e9181..accc42cb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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)
------------------------------------------------