dbus ChangeLog,1.901,1.902
John Palmieri
johnp at freedesktop.org
Mon Oct 3 12:55:58 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv26394
Modified Files:
ChangeLog
Log Message:
* bus/driver.c (bus_driver_handle_introspect): Add signals
to the introspect data. (patch from Daniel P. Berrange
<dan at berrange.com>)
* bus/dispatch.c (check_existent_ping): Add testcase for Ping
* dbus/dbus-connection.c (_dbus_connection_peer_filter,
_dbus_connection_run_builtin_filters): Changed these to
be unlock_no_update functions and call
_dbus_connection_send_unlocked_no_update instead of
dbus_connection_send to avoid locking errors.
* doc/TODO: Removed the make Ping test TODO
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -d -r1.901 -r1.902
--- ChangeLog 26 Sep 2005 22:26:38 -0000 1.901
+++ ChangeLog 3 Oct 2005 19:55:55 -0000 1.902
@@ -1,3 +1,19 @@
+2005-10-03 John (J5) Palmieri <johnp at redhat.com>
+
+ * bus/driver.c (bus_driver_handle_introspect): Add signals
+ to the introspect data. (patch from Daniel P. Berrange
+ <dan at berrange.com>)
+
+ * bus/dispatch.c (check_existent_ping): Add testcase for Ping
+
+ * dbus/dbus-connection.c (_dbus_connection_peer_filter,
+ _dbus_connection_run_builtin_filters): Changed these to
+ be unlock_no_update functions and call
+ _dbus_connection_send_unlocked_no_update instead of
+ dbus_connection_send to avoid locking errors.
+
+ * doc/TODO: Removed the make Ping test TODO
+
2005-09-26 John (J5) Palmieri <johnp at redhat.com>
* dbus/Python.pyx: Fixed memory leaks when throwing errors.
More information about the dbus-commit
mailing list