From 8d3d8ff55739eebd84d0d53a20a025329feafc3b Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 26 Jan 2007 16:10:26 +0000 Subject: 2007-01-26 Havoc Pennington * bus/session.conf.in: override all the default limits with much higher limits on the session bus, there is no reason the session bus should have low limits * bus/config-parser.c (bus_config_parser_new): increase default limits so they are less likely to be hit; in particular the max replies per connection was way too low --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a2669d5..eb788c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-01-26 Havoc Pennington + + * bus/session.conf.in: override all the default limits with much + higher limits on the session bus, there is no reason the session + bus should have low limits + + * bus/config-parser.c (bus_config_parser_new): increase default + limits so they are less likely to be hit; in particular the max + replies per connection was way too low + 2006-01-25 Simon McVittie * doc/dbus-tutorial.xml: Replace Python section of tutorial with -- cgit