dbus ChangeLog,1.455,1.456
Olivier Andrieu
oandrieu@pdx.freedesktop.org
Fri, 12 Mar 2004 06:18:37 -0800
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv29680
Modified Files:
ChangeLog
Log Message:
2004-03-12 Olivier Andrieu <oliv__a@users.sourceforge.net>
* dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
fix a bug with CUSTOM types.
* dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
a unit test for this bug (used to fail).
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -d -r1.455 -r1.456
--- a/ChangeLog 12 Mar 2004 14:15:14 -0000 1.455
+++ b/ChangeLog 12 Mar 2004 14:18:35 -0000 1.456
@@ -1,3 +1,11 @@
+2004-03-12 Olivier Andrieu <oliv__a@users.sourceforge.net>
+
+ * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
+ fix a bug with CUSTOM types.
+
+ * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
+ a unit test for this bug (used to fail).
+
2004-03-12 Mikael Hallendal <micke@imendio.com>
* bus/activation.c: