dbus ChangeLog,1.1084,1.1085

John Palmieri johnp at kemper.freedesktop.org
Wed Aug 16 20:12:47 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
* commit the rest of the ChangeLog


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1084
retrieving revision 1.1085
diff -u -d -r1.1084 -r1.1085
--- ChangeLog	16 Aug 2006 22:30:15 -0000	1.1084
+++ ChangeLog	17 Aug 2006 03:12:44 -0000	1.1085
@@ -15,7 +15,10 @@
 	variable and placing the location into the static list
 	(_dbus_condvar_free_at_location): New method for removing a conditional
 	variable location from the static list and freeing the conditional variable 
-
+	(init_uninitialized_locks): Atomic method which goes through the static 
+	lists of mutex and condvar location and updates them with actuall locks
+	(init_global_locks): changed to init_locks
+	
 	* dbus/dbus-connection.c:
 	(_dbus_connection_test_get_locks): New method for tests to check connections
 	(_dbus_connection_new_for_transport): Use the new at_location mutex and
@@ -40,6 +43,9 @@
 	(dbus_server_allocate_data_slot): Pass in the global lock address
 	to _dbus_data_slot_allocator_alloc
 
+	* test/name-test/test-threads-init.c: New test case for late thread
+	initialization
+
 2006-08-14  John (J5) Palmieri  <johnp at redhat.com>
 
 	* dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):



More information about the dbus-commit mailing list