diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 714ce15cc..4c4177110 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,14 @@ +2006-09-14 Werner Koch <wk@g10code.com> + + Replaced all call gpg_error_from_errno(errno) by + gpg_error_from_syserror(). + + * call-pinentry.c (start_pinentry): Replaced pipe_connect2 by + pipe_connect_ext. + * call-scd.c (start_scd): Ditto. + * command.c (start_command_handler): Replaced + init_connected_socket_server by init_socket_server_ext. + 2006-09-13 Werner Koch <wk@g10code.com> * preset-passphrase.c (main) [W32]: Check for WSAStartup error. |