diff options
author | Alexander Larsson <alexl@redhat.com> | 2003-02-16 15:18:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2003-02-16 15:18:35 +0000 |
commit | 0f323e6cad4d9b21988d431f90d9a1f051fb3144 (patch) | |
tree | 09f778384ca8a7d47eccc61f6005225e0a45bdd8 /ChangeLog | |
parent | 8925ff6d9870ccaab0feeb4f9af6e1f075d313ef (diff) | |
download | dbus-0f323e6cad4d9b21988d431f90d9a1f051fb3144.tar.gz |
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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |