From f17c060c7234cec9df8ce90628db299d3dd9c4b9 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 26 Oct 2006 18:03:24 +0000 Subject: * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix bug 8780: the connection lock is only required while recording the shared connection, so protect only that code section. Don't require connection_lookup_shared to return a locked connection. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a26dc71..09e0ca33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-10-26 Thiago Macieira + + * dbus/dbus-connection.c (_dbus_connection_open_internal): Fix + bug 8780: the connection lock is only required while recording + the shared connection, so protect only that code + section. Don't require connection_lookup_shared to return a + locked connection. + 2006-10-26 Thiago Macieira * tools/dbus-launch-x11.c (get_session_file, init_x_atoms): -- cgit