dbus ChangeLog,1.474,1.475
Olivier Andrieu
oandrieu at pdx.freedesktop.org
Thu Apr 22 07:29:09 EST 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv23716
Modified Files:
ChangeLog
Log Message:
* dbus/dbus-message.c (decode_header_data, decode_string_field):
fix incorrect setting of .name_offset in the HeaderField (it was
off by two bytes, positioned right after the name and typecode)
* bus/bus.c (bus_context_new, bus_context_unref): test before
calling dbus_server_free_data_slot and _dbus_user_database_unref
in case of an error.
* tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
by libdbus-gtool.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -d -r1.474 -r1.475
--- a/ChangeLog 19 Apr 2004 22:09:55 -0000 1.474
+++ b/ChangeLog 21 Apr 2004 21:29:07 -0000 1.475
@@ -1,3 +1,16 @@
+2004-04-21 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * dbus/dbus-message.c (decode_header_data, decode_string_field):
+ fix incorrect setting of .name_offset in the HeaderField (it was
+ off by two bytes, positioned right after the name and typecode)
+
+ * bus/bus.c (bus_context_new, bus_context_unref): test before
+ calling dbus_server_free_data_slot and _dbus_user_database_unref
+ in case of an error.
+
+ * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
+ by libdbus-gtool.
+
2004-04-19 Kristian Høgsberg <krh at redhat.com>
* dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
More information about the dbus-commit
mailing list