diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 83692d461..38ebd0f17 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,15 @@ +2006-11-09 Werner Koch <[email protected]> + + * gpg-agent.c (main): In detached mode connect standard + descriptors to /dev/null. + + * trustlist.c (read_trustfiles): Make sure not to pass a zero size + to realloc as the C standards says that this behaves like free. + +2006-11-06 Werner Koch <[email protected]> + + * protect-tool.c (my_strusage): Fixed typo. + 2006-10-23 Werner Koch <[email protected]> * gpg-agent.c (main): New command --gpgconf-test. |