diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index b368e5a5c..d9dc0703a 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,21 @@ +2003-05-09 David Shaw <[email protected]> + + * g10.c (main): New --gnupg option to disable the various + --openpgp, --pgpX, etc. options. This is the same as --no-XXXX + for those options. + + * packet.h, getkey.c (skip_disabled), keylist.c + (print_capabilities): New "pk_is_disabled" macro to retrieve the + cached disabled value if available, and fill it in via + cache_disabled_value if not available. + + * trustdb.h, gpgv.c (is_disabled), trustdb.c (is_disabled): Rename + to cache_disabled_value. Cache the result of the check so we + don't need to hit the trustdb more than once. + + * trustdb.c (get_validity): Cache the disabled value since we have + it handy and it might be useful later. + 2003-05-07 David Shaw <[email protected]> * revoke.c (ask_revocation_reason): Clear old reason if user |