summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-17 15:12:54 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-17 15:12:54 +0100
commit39406781e51c7305cb9f35f5f9fed9c10dea9ecd (patch)
treef4c6211d310ad9485b3b63a2db825517fc8cfab4 /ChangeLog
parentc550907139b9a13e1afd771f94f46a153fde08a2 (diff)
downloadrsyslog-39406781e51c7305cb9f35f5f9fed9c10dea9ecd.tar.gz
rsyslog-39406781e51c7305cb9f35f5f9fed9c10dea9ecd.tar.xz
rsyslog-39406781e51c7305cb9f35f5f9fed9c10dea9ecd.zip
bugfix: minor race condition in action.c - considered cosmetic
This is considered cosmetic as multiple threads tried to write exactly the same value into the same memory location without sync. The method has been changed so this can no longer happen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc2c3c97..a78e9e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------
+Version 5.7.5 [V5-BETA] (rgerhards), 2011-02-??
+- bugfix: minor race condition in action.c - considered cosmetic
+ This is considered cosmetic as multiple threads tried to write exactly
+ the same value into the same memory location without sync. The method
+ has been changed so this can no longer happen.
+---------------------------------------------------------------------------
Version 5.7.4 [V5-BETA] (rgerhards), 2011-02-17
- added pmsnare parser module (written by David Lang)
- enhanced imfile to support non-cancel input termination