dbus ChangeLog,1.431,1.432

Havoc Pennington hp@pdx.freedesktop.org
Sun, 26 Oct 2003 07:36:17 -0800


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv1046

Modified Files:
	ChangeLog 
Log Message:
2003-10-26  Havoc Pennington  <hp@redhat.com>

	* dbus/dbus-connection.c: fix docs to properly describe the
	disconnected message
	(_dbus_connection_notify_disconnected): remove this function; 
	we can't synchronously add the disconnected message, we have to 
	do it after we've queued any remaining real messages
	(_dbus_connection_get_dispatch_status_unlocked): queue the
	disconnect message only if the transport has finished queueing all
	its real messages and is disconnected.
	(dbus_connection_disconnect): update the dispatch status here



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -d -r1.431 -r1.432
--- ChangeLog	22 Oct 2003 16:01:08 -0000	1.431
+++ ChangeLog	26 Oct 2003 15:36:15 -0000	1.432
@@ -1,3 +1,15 @@
+2003-10-26  Havoc Pennington  <hp@redhat.com>
+
+	* dbus/dbus-connection.c: fix docs to properly describe the
+	disconnected message
+	(_dbus_connection_notify_disconnected): remove this function; 
+	we can't synchronously add the disconnected message, we have to 
+	do it after we've queued any remaining real messages
+	(_dbus_connection_get_dispatch_status_unlocked): queue the
+	disconnect message only if the transport has finished queueing all
+	its real messages and is disconnected.
+	(dbus_connection_disconnect): update the dispatch status here
+
 2003-10-22  Havoc Pennington  <hp@redhat.com>
 
 	* bus/bus.c (bus_context_check_security_policy): fix up assertion