diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 607a02282..73bcfe10a 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,25 @@ +2007-07-04 Werner Koch <[email protected]> + + * gpg-agent.c (TIMERTICK_INTERVAL): New. + +2007-07-03 Werner Koch <[email protected]> + + * gpg-agent.c (handle_connections): Do not use FD_SETSIZE for + select but compute the correct number. + +2007-07-02 Werner Koch <[email protected]> + + * command.c (cmd_reloadagent) [W32]: New. + (register_commands) [W32]: New command RELOADAGENT. + + * Makefile.am (gpg_agent_SOURCES): Remove w32main.c and w32main.h. + (gpg_agent_res_ldflags): Remove icon file as we don't have a + proper icon yet. + * gpg-agent.c (main): do not include w32main.h. Remove all calls + to w32main.c. + (agent_sighup_action): New. + (handle_signal): Use it. + 2007-06-26 Werner Koch <[email protected]> * gpg-agent.c (create_directories) [W32]: Made it work. |