From 01dead5cdfe6777d27686d0a5e19fe776fefb64a Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 3 Mar 2007 10:38:20 +0000 Subject: Backport from MAIN: * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr output and add it to the DBusError message we return. * tools/dbus-launch.1: * tools/dbus-launch.c: Add option --close-stderr to, well, close stderr before starting dbus-daemon. I hope adding an option to dbus-launch in the 1.0.x series was ok. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 274af435..9cc60cba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-03-03 Thiago Macieira + + * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr + output and add it to the DBusError message we return. + + * tools/dbus-launch.1: + * tools/dbus-launch.c: Add option --close-stderr to, well, + close stderr before starting dbus-daemon. + 2007-01-31 Havoc Pennington * bus/dbus-daemon.1.in: write a section in the man page on running -- cgit