summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-11-26 06:52:15 +0000
committerHavoc Pennington <hp@redhat.com>2004-11-26 06:52:15 +0000
commit3d1df90a45cffaf5ba80b6a137372affe52d6f72 (patch)
treeb9cf43be339a8ed6824efdfeb36ef5d1674038c7 /ChangeLog
parent7fc350740c64ebd095615b8384de0bce0b4d8074 (diff)
2004-11-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message.c: reimplement message cache as an array which makes the cache about twice as fast and saves maybe 1.5% overall
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51fee4de..1cb9bc92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-11-26 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-message.c: reimplement message cache as an array which
+ makes the cache about twice as fast and saves maybe 1.5% overall
+
+2004-11-26 Havoc Pennington <hp@redhat.com>
+
* dbus/dbus-threads.c (init_global_locks): forgot to put the
message cache lock here