summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-18 16:04:50 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-18 16:04:50 +0100
commit2f1ef6164afa3a91f0bdd92507d0e8d557bea555 (patch)
treecf546b1e04ead1052043c4d259d700512b4a0da8 /ChangeLog
parent9f1e195f3d642de85a92199ef9882b820d3fec21 (diff)
downloadrsyslog-2f1ef6164afa3a91f0bdd92507d0e8d557bea555.tar.gz
rsyslog-2f1ef6164afa3a91f0bdd92507d0e8d557bea555.tar.xz
rsyslog-2f1ef6164afa3a91f0bdd92507d0e8d557bea555.zip
enhance: imfile did not yet support multiple rulesets, now added
we do this directly in the beta because a) it does not affect existing functionality and b) one may argue that this missing functionality is close to a bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 057a1b7c..d502ce35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 5.7.5 [V5-BETA] (rgerhards), 2011-02-??
+- enhance: imfile did not yet support multiple rulesets, now added
+ we do this directly in the beta because a) it does not affect existing
+ functionality and b) one may argue that this missing functionality is
+ close to a bug.
- 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