aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS19
2 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc34374ee..db90a1ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-17 David Shaw <[email protected]>
+
+ * NEWS: Note backsigs, the xxxxx-clean options, and the
+ xxxxx-minimal options.
+
2005-11-02 David Shaw <[email protected]>
* configure.ac: Check for a getpagesize() declaration.
diff --git a/NEWS b/NEWS
index 404b3b528..189355316 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,25 @@ Noteworthy changes in version 1.4.3
* Added "gpg-zip", a program to create encrypted archives that can
interoperate with PGP Zip.
+ * Added support for signing subkey "back signatures". Requiring
+ back signatures to be present is currently off by default, but
+ will be changed to on by default in the future, once more keys
+ contain the back signature. A new "backsign" command in the
+ --edit-key menu can be used to update signing subkeys with back
+ signatures.
+
+ * The key cleaning options for --import-options and
+ --export-options have been further polished. "import-clean" and
+ "export-clean" replace the older
+ import-clean-sigs/import-clean-uids and
+ export-clean-sigs/export-clean-uids option pairs.
+
+ * New "minimize" command in the --edit-key menu removes everything
+ that can be removed from a key, rendering it as small as
+ possible. There are corresponding "export-minimal" and
+ "import-minimal" commands for --export-options and
+ --import-options.
+
Noteworthy changes in version 1.4.2 (2005-07-26)
------------------------------------------------