diff options
author | Werner Koch <[email protected]> | 1999-07-23 12:03:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-23 12:03:01 +0000 |
commit | 843742c0865ace27fb352303ef59ae8ecc838b51 (patch) | |
tree | d8573ab4937878054ba84e9f8e4367cd0f127979 /g10/ChangeLog | |
parent | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch (diff) | |
download | gnupg-0-9-9.tar.gz gnupg-0-9-9.zip |
See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 5fa88ec54..08ef6b11d 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,23 @@ +Fri Jul 23 13:53:03 CEST 1999 Werner Koch <[email protected]> + + + * ringedit.c (enum_keyblocks): Removed annoying error message in cases + when we have no keyring at all to enum. + + * getkey.c (classify_user_id): Rewrote to relax the recognition of + keyIDs and fingerprints (Michael). + + * mainproc.c (check_sig_and_print): Print status NO_PUBKEY. + (print_failed_pkenc): Print status NO_SECKEY. + + * import.c (mark_non_selfsigned_uids_valid): New. + * g10.c: New option --allow-non-selfsigned-uid. + + * pkclist.c (print_fpr): New. + (do_we_trust_pre): Print the fpr before asking whether to use the key + anyway. + (do_edit_ownertrust): Likewise. + Thu Jul 22 20:03:03 CEST 1999 Werner Koch <[email protected]> |