summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:37:56 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:37:56 +0100
commit3e0578605f7df8427aa5b70c2b4396504113fafc (patch)
tree39df3fbe362c46b1f00e699c9d33431deae0c9c7 /ChangeLog
parent44f670848a87fc59bffc0b8f433a2e2c798dc176 (diff)
downloadrsyslog-3e0578605f7df8427aa5b70c2b4396504113fafc.tar.gz
rsyslog-3e0578605f7df8427aa5b70c2b4396504113fafc.tar.xz
rsyslog-3e0578605f7df8427aa5b70c2b4396504113fafc.zip
bugfix: potential hang condition during filestream close
predicate was not properly checked when waiting for the background file writer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b00965c4..672c69ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ Version 4.6.2 [v4-stable] (rgerhards), 2010-03-??
to ease migration from syslog-ng. See property replacer doc for
details. [backport from 5.5.3 because urgently needed by some]
- improved testbench
+- bugfix: potential hang condition during filestream close
+ predicate was not properly checked when waiting for the background file
+ writer
- bugfix: improper synchronization when "$OMFileFlushOnTXEnd on" was used
Internal data structures were not properly protected due to missing
mutex calls.