dbus ChangeLog,1.1134,1.1135

Havoc Pennington hp at kemper.freedesktop.org
Sun Oct 1 10:21:05 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv7150

Modified Files:
	ChangeLog 
Log Message:
2006-10-01  Havoc Pennington  <hp at redhat.com>

	* test/test-service.c (path_message_func): remove broken extra
	unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c

	* test/test-shell-service.c (path_message_func): same fix
	
	* dbus/dbus-connection.c
	(_dbus_connection_get_dispatch_status_unlocked): break up the
	function a little for clarity and fix the notification of
	dbus-bus.c to not require dispatch to be complete

	* dbus/dbus-connection.c (dbus_connection_unref): improve the
	warning when you try to finalize an open connection.
	


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -d -r1.1134 -r1.1135
--- ChangeLog	1 Oct 2006 16:11:23 -0000	1.1134
+++ ChangeLog	1 Oct 2006 17:21:03 -0000	1.1135
@@ -1,5 +1,20 @@
 2006-10-01  Havoc Pennington  <hp at redhat.com>
 
+	* test/test-service.c (path_message_func): remove broken extra
+	unref that was hidden by the bugs in dbus-connection.c/dbus-bus.c
+
+	* test/test-shell-service.c (path_message_func): same fix
+	
+	* dbus/dbus-connection.c
+	(_dbus_connection_get_dispatch_status_unlocked): break up the
+	function a little for clarity and fix the notification of
+	dbus-bus.c to not require dispatch to be complete
+
+	* dbus/dbus-connection.c (dbus_connection_unref): improve the
+	warning when you try to finalize an open connection.
+	
+2006-10-01  Havoc Pennington  <hp at redhat.com>
+
 	* dbus/dbus-bus.c
 	(internal_bus_get): only weak ref the connection; this means 
 	_dbus_bus_notify_shared_connection_disconnected_unlocked can be



More information about the dbus-commit mailing list