diff options
Diffstat (limited to 'assuan/ChangeLog')
-rw-r--r-- | assuan/ChangeLog | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/assuan/ChangeLog b/assuan/ChangeLog index 7b357b66..dbf5f43e 100644 --- a/assuan/ChangeLog +++ b/assuan/ChangeLog @@ -1,5 +1,19 @@ 2001-12-14 Marcus Brinkmann <[email protected]> + * assuan-connect.c (assuan_pipe_connect): New argument + FD_CHILD_LIST. Don't close those fds. + * assuan.h: Likewise for prototype. + +2001-12-14 Werner Koch <[email protected]> + + * assuan-listen.c (assuan_close_input_fd): New. + (assuan_close_output_fd): New. + * assuan-handler.c (std_handler_reset): Always close them after a + reset command. + (std_handler_bye): Likewise. + +2001-12-14 Marcus Brinkmann <[email protected]> + * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. @@ -11,11 +25,6 @@ 2001-12-13 Marcus Brinkmann <[email protected]> - * assuan-connect.c (assuan_pipe_connect): Remove code that closes - all the little file descriptors we set up. - -2001-12-13 Marcus Brinkmann <[email protected]> - * assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values. |