dbus ChangeLog,1.750,1.751

David Zeuthen david at freedesktop.org
Wed Apr 6 10:36:49 PDT 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-04-05  David Zeuthen  <davidz at redhat.com>

	Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889

	* glib/dbus-gmain.c:
	(io_handler_destroy_source): Remove from list of IO handlers
	of the ConnectionSetup object
	(timeout_handler_destroy_source): -do- for timeout handlers
	(io_handler_source_finalized): Don't remove from list since
	we now do that in io_handler_destroy_source(). Renamed from
	io_handler_source_destroyed
	(timeout_handler_source_destroyed): -do- for timeout handlers
	(connection_setup_free): It is now safe to iterate over all
	IO and timeout handlers as the _destroy_source removes them
	from the list synchronously



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.750
retrieving revision 1.751
diff -u -d -r1.750 -r1.751
--- ChangeLog	31 Mar 2005 02:24:11 -0000	1.750
+++ ChangeLog	6 Apr 2005 17:36:47 -0000	1.751
@@ -1,3 +1,19 @@
+2005-04-05  David Zeuthen  <davidz at redhat.com>
+
+	Fix https://bugs.freedesktop.org/show_bug.cgi?id=2889
+
+	* glib/dbus-gmain.c:
+	(io_handler_destroy_source): Remove from list of IO handlers
+	of the ConnectionSetup object
+	(timeout_handler_destroy_source): -do- for timeout handlers
+	(io_handler_source_finalized): Don't remove from list since
+	we now do that in io_handler_destroy_source(). Renamed from
+	io_handler_source_destroyed
+	(timeout_handler_source_destroyed): -do- for timeout handlers
+	(connection_setup_free): It is now safe to iterate over all
+	IO and timeout handlers as the _destroy_source removes them
+	from the list synchronously
+
 2005-03-30  Havoc Pennington  <hp at redhat.com>
 
 	* configure.in: change check to gtk 2.4



More information about the dbus-commit mailing list