summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-25 14:23:25 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-25 14:23:25 +0100
commitdbf181c3d34570a450430a6616f1d1a5ce0a242c (patch)
tree49ce0e902f30d1b530edf4f703da595b0289681e /ChangeLog
parentdfa88369d4ca4290db56b843f9eabdae1bfe0fd5 (diff)
downloadrsyslog-dbf181c3d34570a450430a6616f1d1a5ce0a242c.tar.gz
rsyslog-dbf181c3d34570a450430a6616f1d1a5ce0a242c.tar.xz
rsyslog-dbf181c3d34570a450430a6616f1d1a5ce0a242c.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 324fc999..4d815f56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
---------------------------------------------------------------------------
Version 5.6.4 [V5-STABLE] (rgerhards), 2011-02-25
+- 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
---------------------------------------------------------------------------