summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-09 13:00:21 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-09 13:00:21 +0200
commitd5a3d4b3a7151906a4eec59ec20fc7c90cefde8c (patch)
treed049e46bafaee23c8fc1310d30c55d69e409e024 /ChangeLog
parent1ec858244efc4265fa5fa4c797c006a82ca52308 (diff)
parent39766091984b3669767e8742100876ebf8e3ea86 (diff)
downloadrsyslog-d5a3d4b3a7151906a4eec59ec20fc7c90cefde8c.tar.gz
rsyslog-d5a3d4b3a7151906a4eec59ec20fc7c90cefde8c.tar.xz
rsyslog-d5a3d4b3a7151906a4eec59ec20fc7c90cefde8c.zip
Merge branch 'v3-stable' into beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 352c98c4..05f080ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -174,6 +174,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.