summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-31 17:21:08 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-31 17:21:08 +0000
commit8039c08300f8ff05058c2f71299337db062937bf (patch)
tree7cd4d630ca7ccf464e69ad36cd4d89ae2ee07b60 /ChangeLog
parent9453336552a6cfa5de4ff1ffc7a474eade34aa27 (diff)
downloadrsyslog-8039c08300f8ff05058c2f71299337db062937bf.tar.gz
rsyslog-8039c08300f8ff05058c2f71299337db062937bf.tar.xz
rsyslog-8039c08300f8ff05058c2f71299337db062937bf.zip
preparing for 3.11.0v3-11-0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 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