dbus ChangeLog,1.433,1.434

Havoc Pennington hp@pdx.freedesktop.org
Tue, 28 Oct 2003 15:51:26 -0800


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

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

	* bus/expirelist.c (do_expiration_with_current_time): detect
	failure of the expire_func due to OOM

	* bus/connection.c (bus_pending_reply_expired): return FALSE on OOM

	* bus/dispatch.c (check_send_exit_to_service): fix to handle the
	NoReply error that's now created by the bus when the service exits



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -d -r1.433 -r1.434
--- ChangeLog	28 Oct 2003 22:53:36 -0000	1.433
+++ ChangeLog	28 Oct 2003 23:51:24 -0000	1.434
@@ -1,5 +1,15 @@
 2003-10-28  Havoc Pennington  <hp@redhat.com>
 
+	* bus/expirelist.c (do_expiration_with_current_time): detect
+	failure of the expire_func due to OOM
+
+	* bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
+
+	* bus/dispatch.c (check_send_exit_to_service): fix to handle the
+	NoReply error that's now created by the bus when the service exits
+
+2003-10-28  Havoc Pennington  <hp@redhat.com>
+
 	* dbus/dbus-message.c (_dbus_message_test): enable and fix the
 	tests for set_path, set_interface, set_member, etc.