summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-11-26 07:03:05 +0000
committerHavoc Pennington <hp@redhat.com>2004-11-26 07:03:05 +0000
commit2d251ec0d3914fbee342814128edd40ea2296a7a (patch)
tree7d6fbc067e714eacac56eee590e415a78f49ea95 /ChangeLog
parent3d1df90a45cffaf5ba80b6a137372affe52d6f72 (diff)
2004-11-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug where I was trying to cache one too many messages
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cb9bc92..3e4778b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-11-26 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
+ where I was trying to cache one too many messages
+
+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