diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index b544ee5db..ac4eb1db6 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,13 @@ +2002-07-26 Werner Koch <[email protected]> + + * gpg-agent.c (main): New option --ignore-cache-for-signing. + * command.c (option_handler): New server option + use-cache-for-signing defaulting to true. + (cmd_pksign): handle global and per session option. + * findkey.c (agent_key_from_file, unprotect): New arg + ignore_cache. Changed all callers. + * pksign.c (agent_pksign): Likewise. + 2002-06-29 Werner Koch <[email protected]> * query.c (start_pinentry): Use GNUPG_DERAULT_PINENTRY. @@ -25,7 +35,7 @@ (import_p12_file): Store the new file if requested. (main): New options --force and --store. - * gpg-agent.c (main): Set a global flag when runing detached. + * gpg-agent.c (main): Set a global flag when running detached. * query.c (start_pinentry): Pass the list of FD to keep in the child when not running detached. * call-scd.c (start_scd): Ditto. |