dbus ChangeLog,1.793,1.794

John Palmieri johnp at freedesktop.org
Wed Jun 15 09:20:31 PDT 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv11016

Modified Files:
	ChangeLog 
Log Message:
        * dbus/dbus-connection.c (_dbus_connection_peer_filter): New method
        (_dbus_connection_run_builtin_filters): New method
        (dbus_connection_dispatch): Run the builtin filters which in turn
        runs the peer filter which handles Ping messages.

        * doc/TODO:
         - Ping isn't handled: This patch fixes it

         - Add a test case for the Ping message: added TODO item



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- ChangeLog	15 Jun 2005 15:59:56 -0000	1.793
+++ ChangeLog	15 Jun 2005 16:20:28 -0000	1.794
@@ -1,5 +1,17 @@
 2005-06-15  John (J5) Palmieri  <johnp at redhat.com>
 
+	* dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
+	(_dbus_connection_run_builtin_filters): New method
+	(dbus_connection_dispatch): Run the builtin filters which in turn
+	runs the peer filter which handles Ping messages.
+
+	* doc/TODO: 
+	 - Ping isn't handled: This patch fixes it
+	 
+	 - Add a test case for the Ping message: added TODO item
+
+2005-06-15  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-message.c:
 	(dbus_message_has_path): New method
 	(dbus_message_has_interface): New method



More information about the dbus-commit mailing list