aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index ff4b53186..93b6267a3 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,18 @@
2004-02-10 David Shaw <[email protected]>
+ * keyedit.c (keyedit_menu): Prompt for subkey removal for both
+ secret and public subkeys.
+
+ * keylist.c (list_keyblock_print), keyedit.c
+ (show_key_with_all_names): Show the revocation date of a
+ key/subkey, and general formatting work.
+
+ * packet.h, getkey.c (merge_selfsigs_main, merge_selfsigs_subkey,
+ merge_selfsigs): Keep track of the revocation date of a key.
+
+ * keydb.h, keyid.c (revokestr_from_pk): New function to print the
+ revocation date of a key.
+
* keygen.c (keygen_set_std_prefs): Build the default preferences
list at runtime as it properly handles algorithms disabled at
build or run time.