summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-08 18:45:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-08 18:45:22 +0100
commitd50f1e711ffd479d1ddbc89342e9b28b8b9abba9 (patch)
tree8364adc48f18f3fafb66990a0ed6a55e66a16da5 /ChangeLog
parentf813c01258ec5ef3adc8f4790c5c743c2f4b462a (diff)
parent3866bd51bf7e622594ff4831664c28d80f711cb3 (diff)
downloadrsyslog-d50f1e711ffd479d1ddbc89342e9b28b8b9abba9.tar.gz
rsyslog-d50f1e711ffd479d1ddbc89342e9b28b8b9abba9.tar.xz
rsyslog-d50f1e711ffd479d1ddbc89342e9b28b8b9abba9.zip
Merge branch 'v5-stable' into v5-beta
Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f9b06c3..c5058fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,7 +117,27 @@ Version 5.7.0 [V5-DEVEL] (rgerhards), 2010-09-16
thanks to Lennart Poettering for this patch
* sd-systemd API added as part of rsyslog runtime library
---------------------------------------------------------------------------
-Version 5.6.4 [V5-STABLE] (rgerhards), 2011-02-25
+Version 5.6.5 [V5-STABLE] (rgerhards), 2011-03-??
+- bugfix(kind of): tell users that config graph can currently not be
+ generated
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=232
+- bugfix: discard action did not work under some circumstances
+ fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=217
+ (backport from 5.7.8)
+---------------------------------------------------------------------------
+Version 5.6.4 [V5-STABLE] (rgerhards), 2011-03-03
+- bugfix: potential abort condition when $RepeatedMsgReduction set to on
+ as well as potentially in a number of other places where MsgDup() was
+ used. This only happened when the imudp input module was used and it
+ depended on name resolution not yet had taken place. In other words,
+ this was a strange problem that could lead to hard to diagnose
+ instability. So if you experience instability, chances are good that
+ this fix will help.
+- 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
---------------------------------------------------------------------------