dbus ChangeLog,1.1174,1.1175

Thiago J. Macieira thiago at kemper.freedesktop.org
Thu Oct 26 11:03:26 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv15756

Modified Files:
	ChangeLog 
Log Message:
	* 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.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1174
retrieving revision 1.1175
diff -u -d -r1.1174 -r1.1175
--- ChangeLog	26 Oct 2006 17:34:49 -0000	1.1174
+++ ChangeLog	26 Oct 2006 18:03:24 -0000	1.1175
@@ -1,5 +1,13 @@
 2006-10-26  Thiago Macieira  <thiago at kde.org>
 
+	* 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  <thiago at kde.org>
+
 	* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
         check if get_machine_uuid() returns NULL before proceeding any
         further: we can't init the X atoms or create a session file



More information about the dbus-commit mailing list