summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-14 04:26:00 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-14 04:26:00 +0000
commit57ab23491c8c80b4a1606ea3b72e179c1b742bb9 (patch)
tree2e1c63b4be9d4a7b22cb9473dab60a68f921edf0 /ChangeLog
parentf82bdd3ab39cc5741189a4ab16dc3533a79c6617 (diff)
* dbus/dbus-threads.c: Allow recursive mutex's to be passed into
dbus_threads_init and be used by the dbus mutex functions to avoid deadlocks. * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae2e5c4a..beb6d264 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-14 John (J5) Palmieri <johnp@redhat.com>
+
+ * dbus/dbus-threads.c: Allow recursive mutex's to be passed into
+ dbus_threads_init and be used by the dbus mutex functions to
+ avoid deadlocks.
+
+ * doc/TODO: Remove recursive mutex dbus_connection_dispatch TODO item
+
2006-09-13 John (J5) Palmieri <johnp@redhat.com>
* dbus/dbus-sysdeps-util-unix.c (_dbus_directory_get_next_file):