summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:19:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:19:28 +0100
commite910078e41e2960f9afc55013cbd287532be478e (patch)
treee4e6ad3fcd71ffbfb498306fdd206c375230806a /ChangeLog
parentadf3e203bd180c43e68bb0d87656e7ef470e269d (diff)
downloadrsyslog-e910078e41e2960f9afc55013cbd287532be478e.tar.gz
rsyslog-e910078e41e2960f9afc55013cbd287532be478e.tar.xz
rsyslog-e910078e41e2960f9afc55013cbd287532be478e.zip
bugfix: improper synchronization when "$OMFileFlushOnTXEnd on" was used
Internal data structures were not properly protected due to missing mutex calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f74b252..b00965c4 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: improper synchronization when "$OMFileFlushOnTXEnd on" was used
+ Internal data structures were not properly protected due to missing
+ mutex calls.
- bugfix: potential data loss during file stream shutdown
- bugfix: potential problems during file stream shutdown
The shutdown/close sequence was not clean, what potentially (but