summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-09 13:00:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-09 13:00:50 +0200
commit2ff697fe8de04ecd99e8470a7e7d8d1716980240 (patch)
tree3c55bfec459547fbb13faca47e506e825b287510 /ChangeLog
parent1229143ca3d194bb0daaa5252809d59ee0c3a0bf (diff)
parent25b0036fcb6ea54251fcb82e245366bbbaa71e58 (diff)
downloadrsyslog-2ff697fe8de04ecd99e8470a7e7d8d1716980240.tar.gz
rsyslog-2ff697fe8de04ecd99e8470a7e7d8d1716980240.tar.xz
rsyslog-2ff697fe8de04ecd99e8470a7e7d8d1716980240.zip
Merge branch 'master' into perf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f9f34a6..2a3c9acf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -306,6 +306,9 @@ Version 3.18.5 (rgerhards), 2008-10-??
because getnameinfo() is not cancel-safe, but was not guarded against
being cancelled. pthread_cancel() is routinely being called during
HUP processing.
+- bugfix[minor]: if queue size reached light_delay mark, enqueuing
+ could potentially be blocked for a longer period of time, which
+ was not the behaviour desired.
- doc bugfix: $ActionExecOnlyWhenPreviousIsSuspended was still misspelled
as $...OnlyIfPrev... in some parts of the documentation. Thanks to
Lorenzo M. Catucci for reporting this bug.