summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-13 18:17:35 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-13 18:17:35 +0000
commit46ee60868d98a01df7c2d879a5349673f72c1757 (patch)
treef4b77424b1d105d584ea75c3e2f1a3c206169a40 /ChangeLog
parentf349e6b8c50ea6faa48c8261198cf1b07bf59a79 (diff)
2005-02-13 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection.c: use separate mutexes for the condition variables; this is some kind of baseline for sanity, but the condition variables still aren't used correctly afaict
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f39afd4d..9f3a653a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-02-13 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-connection.c: use separate mutexes for the condition
+ variables; this is some kind of baseline for sanity, but the
+ condition variables still aren't used correctly afaict
+
+2005-02-13 Havoc Pennington <hp@redhat.com>
+
* dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
fix a double-unlock