From e71fb79458507f352ce121ab8a8e044324e016ef Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Dec 2003 15:51:25 +0000 Subject: Same. 2003-12-01 Jeffrey Stedfast * camel-stream-process.c (do_exec_command): Same. * camel-process.c (camel_process_fork): Same. * camel-filter-search.c (run_command): Same as below. * camel-filter-driver.c (pipe_to_system): Same as below. * camel-gpg-context.c (gpg_ctx_op_start): Use fcntl() to set FD_CLOEXEC on each fd rather than close()ing it. Apparently Linux's older pthread implementations use sockets and so this fouls threading up. GO LINUX! GO! svn path=/trunk/; revision=23527 --- camel/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 08b35349e6..91bc565225 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2003-12-01 Jeffrey Stedfast + + * camel-stream-process.c (do_exec_command): Same. + + * camel-process.c (camel_process_fork): Same. + + * camel-filter-search.c (run_command): Same as below. + + * camel-filter-driver.c (pipe_to_system): Same as below. + + * camel-gpg-context.c (gpg_ctx_op_start): Use fcntl() to set + FD_CLOEXEC on each fd rather than close()ing it. Apparently + Linux's older pthread implementations use sockets and so this + fouls threading up. GO LINUX! GO! + 2003-12-01 Radek Doulik * camel-store.c (add_special_info): set SUBSCRIBED and NOINFERIORS -- cgit v1.2.3