diff options
author | Havoc Pennington <hp@redhat.com> | 2003-01-31 03:49:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-01-31 03:49:42 +0000 |
commit | 482dab2076282ef1195564fa60dd25c1ffb77682 (patch) | |
tree | a26189a71772c8a49ad9a5851ed0e0dba3765dea /ChangeLog | |
parent | af4ef42fa5c2f51e2cac37e196f8f4426b2ba0db (diff) |
2003-01-31 Havoc Pennington <hp@pobox.com>
* doc/dbus-specification.sgml: fully specify the header. Add
flags and major protocol version, and change header/body len to
unsigned.
* dbus/dbus-message-builder.c (append_saved_length): append length
as uint32
* dbus/dbus-message.c (dbus_message_create_header): change header
length and body length to unsigned. Add the new fields from the
spec
(_dbus_message_loader_return_buffer): unsigned header/body len
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-01-31 Havoc Pennington <hp@pobox.com> + + * doc/dbus-specification.sgml: fully specify the header. Add + flags and major protocol version, and change header/body len to + unsigned. + + * dbus/dbus-message-builder.c (append_saved_length): append length + as uint32 + + * dbus/dbus-message.c (dbus_message_create_header): change header + length and body length to unsigned. Add the new fields from the + spec + (_dbus_message_loader_return_buffer): unsigned header/body len + 2003-01-30 Havoc Pennington <hp@pobox.com> * dbus/dbus-auth.c: rework to use only REJECTED, no |