aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 017150c1e..466bd760b 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,19 @@
+2004-03-19 David Shaw <[email protected]>
+
+ * trustdb.c (update_min_ownertrust, validate_keys): Do not use
+ keystr functions in log_debug.
+
+ * import.c (import_one): Try and collapse user IDs when importing
+ a key for the first time.
+
+ * keyedit.c (menu_addrevoker): Allow appointing a subkey as a
+ designated revoker if the user forces it via keyid!, so long as
+ the subkey can certify. Also use the proper date string when
+ prompting for confirmation.
+
+ * g10.c (main): Maintain ordering of multiple Comment lines.
+ Requested by Peter Hyman.
+
2004-03-17 David Shaw <[email protected]>
* mainproc.c (proc_pubkey_enc, print_pkenc_list, list_node):