summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-02-16 15:18:35 +0000
committerAlexander Larsson <alexl@redhat.com>2003-02-16 15:18:35 +0000
commit0f323e6cad4d9b21988d431f90d9a1f051fb3144 (patch)
tree09f778384ca8a7d47eccc61f6005225e0a45bdd8 /ChangeLog
parent8925ff6d9870ccaab0feeb4f9af6e1f075d313ef (diff)
2003-02-16 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-connection.c: Implement sent_message_with_reply. (with_reply_and block is still busted). Made dispatch_message not lose message if OOM. * dbus/dbus-errors.h: Add NoReply error (for reply timeouts).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29dcd4e3..5f2710bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2003-02-16 Alexander Larsson <alexl@redhat.com>
+ * dbus/dbus-connection.c:
+ Implement sent_message_with_reply. (with_reply_and block is still
+ busted).
+ Made dispatch_message not lose message if OOM.
+
+ * dbus/dbus-errors.h:
+ Add NoReply error (for reply timeouts).
+
+2003-02-16 Alexander Larsson <alexl@redhat.com>
+
* dbus/dbus-hash.c (_dbus_hash_table_unref):
Actually free keys and values when destroying hashtable.