* commit the rest of the ChangeLog
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 17 Aug 2006 03:12:44 +0000 (03:12 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 17 Aug 2006 03:12:44 +0000 (03:12 +0000)
ChangeLog

index a394d5c..fb4256f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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@redhat.com>
 
        * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):