diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 909d43a44..fbd3da6c8 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,17 @@ +2004-03-09 David Shaw <[email protected]> + + * import.c (import_one): Try and collapse user IDs when importing + a key for the first time. + + * build-packet.c (do_comment, do_user_id): Try for a headerlen of + 2 since that's the smallest and most likely encoding for these + packets + + * 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. + 2004-03-01 Werner Koch <[email protected]> * options.h (ctrl): New for member IN_AUTO_KEY_RETRIEVE. |