dbus ChangeLog,1.421,1.422
Havoc Pennington
hp@pdx.freedesktop.org
Mon, 13 Oct 2003 22:16:58 -0700
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv2308
Modified Files:
ChangeLog
Log Message:
2003-10-14 Havoc Pennington <hp@redhat.com>
* bus/connection.c: implement pending reply tracking using
BusExpireList
* bus/bus.c (bus_context_check_security_policy): verify that a
reply is pending in order to allow a reply to be sent. Deny
messages of unknown type.
* bus/dbus-daemon-1.1.in: update to mention new resource limits
* bus/bus.c (bus_context_get_max_replies_per_connection): new
(bus_context_get_reply_timeout): new
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -d -r1.421 -r1.422
--- ChangeLog 13 Oct 2003 23:07:34 -0000 1.421
+++ ChangeLog 14 Oct 2003 05:16:56 -0000 1.422
@@ -1,3 +1,17 @@
+2003-10-14 Havoc Pennington <hp@redhat.com>
+
+ * bus/connection.c: implement pending reply tracking using
+ BusExpireList
+
+ * bus/bus.c (bus_context_check_security_policy): verify that a
+ reply is pending in order to allow a reply to be sent. Deny
+ messages of unknown type.
+
+ * bus/dbus-daemon-1.1.in: update to mention new resource limits
+
+ * bus/bus.c (bus_context_get_max_replies_per_connection): new
+ (bus_context_get_reply_timeout): new
+
2003-10-13 Seth Nickell <seth@gnome.org>
* python/Makefile.am: