From: John (J5) Palmieri Date: Thu, 17 Aug 2006 03:12:44 +0000 (+0000) Subject: * commit the rest of the ChangeLog X-Git-Tag: dbus-0.92~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fee32fcda399682644364aab51dd9d97d5cc649f;p=thirdparty%2Fdbus.git * commit the rest of the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index a394d5cc5..fb4256f7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):