summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-25 14:14:17 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-25 14:14:17 +0100
commit1ef709cc97d54f74d3fdeb83788cc4b01f4c6a2a (patch)
treec30642efb93d6750a5939ac9d28ee78ef41a2cd0 /ChangeLog
parentf46fa5ca003b55702107e170a2868ed0120246c7 (diff)
downloadrsyslog-1ef709cc97d54f74d3fdeb83788cc4b01f4c6a2a.tar.gz
rsyslog-1ef709cc97d54f74d3fdeb83788cc4b01f4c6a2a.tar.xz
rsyslog-1ef709cc97d54f74d3fdeb83788cc4b01f4c6a2a.zip
bugfix: fixed a memory leak and potential abort condition
this could happen if multiple rulesets were used and some output batches contained messages belonging to more than one ruleset. fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226 fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5596dfbe..c4cb28b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 5.7.6 [V5-BETA] (rgerhards), 2011-02-??
+- bugfix: fixed a memory leak and potential abort condition
+ this could happen if multiple rulesets were used and some output batches
+ contained messages belonging to more than one ruleset.
+ fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=226
+ fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=218
- bugfix: memory leak when $RepeatedMsgReduction on was used
bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=225
---------------------------------------------------------------------------