From 435c7af9b605c3ffc8641142b6d7add18bf7080b Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 30 May 2006 15:34:10 +0000 Subject: * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more clear: "Failed to connect to socket : " instead of "Failed to connect to socket : :" * dbus/dbus-transport-unix.c: Fix crash when no host option is given for a tcp transport. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d49cdc8f..4c72e181 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-05-30 Sjoerd Simons + + * dbus/dbus-sysdeps.c: Make tcp socket connection error somewhat more + clear: + "Failed to connect to socket : " instead of + "Failed to connect to socket : :" + + * dbus/dbus-transport-unix.c: Fix crash when no host option is given + for a tcp transport. + 2006-05-29 Thiago Macieira * qt/*: Update the QtDBus bindings up to revision 546310 in -- cgit