diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index ca52ac697..65cc5314c 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,14 @@ +2002-12-03 David Shaw <[email protected]> + + * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): + Reorder user ID display in the --edit-key menu to match that of + the --list-keys display. + + * tdbio.c (tdbio_read_record, tdbio_write_record): Comments to + reserve a byte for trust model in the devel version. + + * g10.c (add_notation_data): Fix initialization. + 2002-12-01 David Shaw <[email protected]> * keyedit.c (menu_expire): Don't lose key flags when changing the @@ -10,7 +21,7 @@ (keygen_copy_flags_add_expire): New version of keygen_add_key_expire that also copies key flags. (keygen_add_key_flags_and_expire): Use do_add_key_expire. - + * import.c (fix_hkp_corruption): Comment. 2002-11-23 David Shaw <[email protected]> |