summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-17 03:12:44 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-17 03:12:44 +0000
commitfee32fcda399682644364aab51dd9d97d5cc649f (patch)
treeeb81fb87931496fdf9a5ce748bd85f864e6aa29e
parent14cc7d28a8308060428bbc9b3dd357eaea3a4749 (diff)
* commit the rest of the ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a394d5cc..fb4256f7 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 <johnp@redhat.com>
* dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc):