summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2007-07-10 16:00:44 +0000
committerHavoc Pennington <hp@redhat.com>2007-07-10 16:00:44 +0000
commitfbd1ded1d6fbe94c6188934245f8a4f14ec52e84 (patch)
tree7b07984e8b10d9c6bdbac7a23daee22727092604 /ChangeLog
parent1bd4ecc1256f38d7ab0da736434d46762507348b (diff)
2007-07-10 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection.c (struct DBusConnection): Fix from Olivier Hochreutiner to avoid trying to protect individual bits in a word with different locks (make dispatch_acquired and io_path_acquired dbus_bool_t rather than bitfields)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d6e66f..d3c20041 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-10 Havoc Pennington <hp@redhat.com>
+
+ * dbus/dbus-connection.c (struct DBusConnection): Fix from Olivier
+ Hochreutiner to avoid trying to protect individual bits in a word
+ with different locks (make dispatch_acquired and io_path_acquired
+ dbus_bool_t rather than bitfields)
+
2007-06-08 Havoc Pennington <hp@redhat.com>
* backport fix to allow a server to use port=0 or omit port so