diff options
Diffstat (limited to '')
-rw-r--r-- | agent/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index cf4ae79bf..ae1dd884e 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,11 @@ +2004-05-11 Werner Koch <[email protected]> + + * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP. + (start_connection_thread): Hack to simulate a ticker. + * trustlist.c (agent_trustlist_housekeeping) + (agent_reload_trustlist): New. Protected all global functions + here with a simple counter which is sufficient for Pth. + 2004-05-03 Werner Koch <[email protected]> * gpg-agent.c: Remove help texts for options lile --lc-ctype. |