diff options
author | Havoc Pennington <hp@redhat.com> | 2003-08-25 14:56:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-08-25 14:56:53 +0000 |
commit | 24f411a6a10e4838f57595720642ce83ceae814c (patch) | |
tree | 6653e67fe1c964bd4a81951257c60302009d6871 /ChangeLog | |
parent | d0c588575e3e2911eacb098fac26f02d1010cbfd (diff) |
2003-08-25 Havoc Pennington <hp@pobox.com>
Just noticed that dbus_message_test is hosed, I wonder when I
broke that. I thought make check was passing earlier...
* dbus/dbus-object-tree.c: add new "object tree" to match DCOP
container tree, will replace most of dbus-object-registry
* dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
screwup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-08-25 Havoc Pennington <hp@pobox.com> + + Just noticed that dbus_message_test is hosed, I wonder when I + broke that. I thought make check was passing earlier... + + * dbus/dbus-object-tree.c: add new "object tree" to match DCOP + container tree, will replace most of dbus-object-registry + + * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99 + screwup + 2003-08-19 Havoc Pennington <hp@pobox.com> * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER |