dbus ChangeLog,1.1109,1.1110

John Palmieri johnp at kemper.freedesktop.org
Fri Sep 8 10:21:39 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
* bus/test-main.c (main): Initialize threading during tests

* dbus/dbus-connection.c (_dbus_connection_new_for_transport):
  Unlock connection on error
  (generate_local_error_message): static method for generating
  an error message when we don't have a message to reply to
  (_dbus_connection_block_pending_call): Send a disconnect error
  instead of just a timeout (NULL) when the bus gets disconnected
  while blocking for a reply.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1109
retrieving revision 1.1110
diff -u -d -r1.1109 -r1.1110
--- ChangeLog	8 Sep 2006 15:23:50 -0000	1.1109
+++ ChangeLog	8 Sep 2006 17:21:37 -0000	1.1110
@@ -1,5 +1,18 @@
 2006-09-08  John (J5) Palmieri  <johnp at redhat.com>
 
+	* bus/test-main.c (main): Initialize threading during tests
+
+	* dbus/dbus-connection.c (_dbus_connection_new_for_transport):
+	Unlock connection on error
+	(generate_local_error_message): static method for generating
+	an error message when we don't have a message to reply to
+	(_dbus_connection_block_pending_call): Send a disconnect error
+	instead of just a timeout (NULL) when the bus gets disconnected
+	while blocking for a reply.
+	
+
+2006-09-08  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-connection.c (dbus_connection_dispatch): Properly remove
 	filters (Patch from Kimmo Hämäläinen 
 	<kimmo dot hamalainen at nokia dot com>)



More information about the dbus-commit mailing list