summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2007-03-03 10:38:20 +0000
committerThiago Macieira <thiago@kde.org>2007-03-03 10:38:20 +0000
commit01dead5cdfe6777d27686d0a5e19fe776fefb64a (patch)
tree8f76658b95cf83e4da5b977848cb3dbc822b34ef /ChangeLog
parent4ffb5d26ea400c123b0c5523952cb61a5439f132 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 274af435..9cc60cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-03 Thiago Macieira <thiago@kde.org>
+
+ * 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 <hp@redhat.com>
* bus/dbus-daemon.1.in: write a section in the man page on running