summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:15 +0200
committerAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:24:15 +0200
commitafb4f8e6a24398e7eeafb1f7e76189e0abbc430d (patch)
treeb9efdc1c9ce221bbae3723f1ecece271e95c89ed
parentcf7ae32214eefe6e60267dc68cadf17122173f1d (diff)
downloadrsyslog-afb4f8e6a24398e7eeafb1f7e76189e0abbc430d.tar.gz
rsyslog-afb4f8e6a24398e7eeafb1f7e76189e0abbc430d.tar.xz
rsyslog-afb4f8e6a24398e7eeafb1f7e76189e0abbc430d.zip
Added changelog entry for bugid 275
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index febe6c0b..5675d334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
---------------------------------------------------------------------------
Version 5.9.3 [V5-DEVEL] (al), 2011-??-??
- bugfix: potential misadressing in property replacer
+- bugfix: MSGID corruption in RFC5424 parser under some circumstances
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=275
---------------------------------------------------------------------------
Version 5.9.2 [V5-DEVEL] (rgerhards), 2011-07-11
- systemd support: set stdout/stderr to null - thx to Lennart for the patch