dbus ChangeLog,1.672,1.673

Havoc Pennington hp at freedesktop.org
Sun Jan 30 12:06:54 PST 2005


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

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

	* glib/dbus-gmain.c: add a custom GSource back that just checks
	whether the message queue has anything in it; otherwise, there are 
	cases where we won't see messages in the queue since there was no 
	IO visible to the glib main loop

	* dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
	increase default message timeout to 25 seconds



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.672
retrieving revision 1.673
diff -u -d -r1.672 -r1.673
--- ChangeLog	30 Jan 2005 19:35:00 -0000	1.672
+++ ChangeLog	30 Jan 2005 20:06:52 -0000	1.673
@@ -1,5 +1,15 @@
 2005-01-30  Havoc Pennington  <hp at redhat.com>
 
+	* glib/dbus-gmain.c: add a custom GSource back that just checks
+	whether the message queue has anything in it; otherwise, there are 
+	cases where we won't see messages in the queue since there was no 
+	IO visible to the glib main loop
+
+	* dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
+	increase default message timeout to 25 seconds
+
+2005-01-30  Havoc Pennington  <hp at redhat.com>
+
 	* test/glib/test-profile.c (no_bus_stop_server): remove the
 	warning about the g_warning that I just fixed
 



More information about the dbus-commit mailing list