From 14b178a2223ce78017978228fee1ce56c94c032d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 7 Sep 2006 18:28:13 +0000 Subject: * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we close child_err_report_pipe[WRITE_END] on exec (Patch from Kimmo Hämäläinen ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31dcbb9d..a8f00bfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-07 John (J5) Palmieri + + * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): Make sure we + close child_err_report_pipe[WRITE_END] on exec (Patch from + Kimmo Hämäläinen ) + 2006-09-07 John (J5) Palmieri * Clean up close calls to use _dbus_close (Patch from -- cgit