From 8039c08300f8ff05058c2f71299337db062937bf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 Jan 2008 17:21:08 +0000 Subject: preparing for 3.11.0 --- ChangeLog | 9 +++++++-- doc/rsyslog_conf.html | 18 ++++++++++++++---- doc/status.html | 8 ++++---- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2f4be78..bcf5332e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ --------------------------------------------------------------------------- -Version 3.11.0 (rgerhards), 2008-01-?? +Version 3.11.0 (rgerhards), 2008-01-31 +- implemented queued actions +- implemented simple rate limiting for actions +- implemented deliberate discarding of lower priority messages over higher + priority ones when a queue runs out of space +- implemented disk quotas for disk queues - implemented the $ActionResumeRetryCount config directive -- implemented simple output rate limiting - added $ActionQueueFilename config directive - added $ActionQueueSize config directive - added $ActionQueueHighWaterMark config directive @@ -33,6 +37,7 @@ Version 3.11.0 (rgerhards), 2008-01-?? better with the new queued action mode (fast startup) - fixed a bug that caused a potential hang in file and fwd output module varmojfekoj provided the patch - many thanks! +- bugfixed stream class offset handling on 32bit platforms --------------------------------------------------------------------------- Version 3.10.3 (rgerhards), 2008-01-28 - fixed a bug with standard template definitions (not a big deal) - thanks diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index c086bbc6..f2b2f6ba 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -29,12 +29,15 @@ them are in bold. A more in-depth description will appear as implementation progresses. Directives may change during that process, we will NOT try hard to maintain backwards compatibility (after all, v3 is still very early in development and quite unstable...). So you have been warned ;)

-

Be sure to read information about queues in rsyslog +

Be sure to read information about queues in rsyslog - many parameter settings modify queue parameters. If in doubt, use the default, -it is usually well-choosen and applicable in most cases.

+it is usually well-chosen and applicable in most cases.