diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e625175..b35fc6d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,13 @@ 2009-11-05 Marcus Brinkmann <[email protected]> + * assuan.texi: Update assuan_pipe_connect, assuan_socket_connect + and assuan_init_socket_connect. + (Client code): Document ASSUAN_PIPE_CONNECT_FDPASSING and + ASSUAN_PIPE_CONNECT_DETACHED. + (Server code): Document ASSUAN_SOCKET_SERVER_FDPASSING and + ASSUAN_SOCKET_SERVER_ACCEPTED. + (Utilities): Update documentation of assuan_get_peercred. + * assuan.texi (External I/O Loop Server): Document change to assuan_process_next. |