diff options
author | Havoc Pennington <hp@redhat.com> | 2005-01-28 05:30:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-01-28 05:30:53 +0000 |
commit | c7816d45e82ba8dd7e1e969c2cb6c3a27577cf68 (patch) | |
tree | dab370aee8a3a856b52daab0c898bfce06233288 /ChangeLog | |
parent | 3ed9db546e1143bc9aa2d83a6f423fdd81227352 (diff) |
2005-01-28 Havoc Pennington <hp@redhat.com>
* doc/dbus-specification.xml: update to describe 16-bit types and
dict entries
* dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
assertion
* dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
type
* dbus/dbus-marshal-recursive.c: implement
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-01-28 Havoc Pennington <hp@redhat.com> + + * doc/dbus-specification.xml: update to describe 16-bit types and + dict entries + + * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken + assertion + + * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a + type + + * dbus/dbus-marshal-recursive.c: implement + 2005-01-27 Havoc Pennington <hp@redhat.com> * dbus/dbus-arch-deps.h.in: add 16/32-bit types |