dbus ChangeLog,1.534,1.535
Olivier Andrieu
oandrieu at freedesktop.org
Thu Jul 22 00:07:04 PDT 2004
- Previous message: dbus/dbus dbus-transport-unix.c, 1.36, 1.37 dbus-sysdeps.c, 1.72,
1.73 dbus-object-tree.c, 1.7, 1.8 dbus-message.c, 1.134,
1.135 dbus-bus.c, 1.30, 1.31
- Next message: dbus/bus services.c,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv17988
Modified Files:
ChangeLog
Log Message:
2004-07-22 Olivier Andrieu <oliv__a at users.sourceforge.net>
* dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
breaking build on Solaris, reported by Farhad Saberi on the ML.
* dbus/dbus-message.c (dbus_message_append_args_valist): fix the
va_arg invocation to account for integer promotion in the case of
DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
* bus/services.c (bus_service_remove_owner): fix bug #902, use
_dbus_list_get_first_link, not _dbus_list_get_first.
* dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
* dbus/dbus-object-tree.c (free_subtree_recurse): always null
handler functions so that the asserts in _dbus_object_subtree_unref
do not fail.
* dbus/dbus-transport-unix.c (do_reading):
_dbus_transport_queue_messages return value is of type
dbus_bool_t, not DBusDispatchStatus.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -d -r1.534 -r1.535
--- ChangeLog 19 Jul 2004 20:55:58 -0000 1.534
+++ ChangeLog 22 Jul 2004 07:07:01 -0000 1.535
@@ -1,3 +1,25 @@
+2004-07-22 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
+ breaking build on Solaris, reported by Farhad Saberi on the ML.
+
+ * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
+ va_arg invocation to account for integer promotion in the case of
+ DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
+
+ * bus/services.c (bus_service_remove_owner): fix bug #902, use
+ _dbus_list_get_first_link, not _dbus_list_get_first.
+
+ * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
+
+ * dbus/dbus-object-tree.c (free_subtree_recurse): always null
+ handler functions so that the asserts in _dbus_object_subtree_unref
+ do not fail.
+
+ * dbus/dbus-transport-unix.c (do_reading):
+ _dbus_transport_queue_messages return value is of type
+ dbus_bool_t, not DBusDispatchStatus.
+
2004-07-19 David Zeuthen <david at fubar.dk>
* dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
- Previous message: dbus/dbus dbus-transport-unix.c, 1.36, 1.37 dbus-sysdeps.c, 1.72,
1.73 dbus-object-tree.c, 1.7, 1.8 dbus-message.c, 1.134,
1.135 dbus-bus.c, 1.30, 1.31
- Next message: dbus/bus services.c,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list