aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index d0fa9262a..30f8939bf 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,13 @@
2005-04-24 David Shaw <[email protected]>
+ * trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for the
+ no-pubkey and chosen revocation cases.
+ (clean_uid): New function to clean a user ID of unusable (as
+ defined by mark_usable_uid_certs) certs.
+
+ * keyedit.c (keyedit_menu, menu_clean_uids): Call it here for new
+ "clean" command that removes unusable sigs from a key.
+
* trustdb.h, keyedit.c (keyedit_menu, menu_select_uid_namehash):
Allow specifying user ID via the namehash from --with-colons
--fixed-list-mode --list-keys. Suggested by Peter Palfrader.