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 e6a0ab2df..8c023c6a3 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,13 @@
2004-04-14 David Shaw <[email protected]>
+ * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_subkey): Keep
+ track of which self-sig we actually chose.
+
+ * keyedit.c (menu_expire, menu_set_primary_uid,
+ menu_set_preferences): Use it here to avoid updating non-used
+ self-sigs and possibly promoting an old self-sig into
+ consideration again.
+
* options.h, import.c, keyserver-internal.h, g10.c, mainproc.c,
keyserver.c (parse_keyserver_uri): Parse keyserver URI into a
structure. Cleanup for new "guess my keyserver" functionality, as