From 4ceb86d29a68ebe52b20c8c090bc90c68a58f8c8 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 3 Mar 2007 10:36:46 +0000 Subject: * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 640ccc31..68c875ce 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