summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:26:03 +0200
committerAndre Lorbach <alorbach@adiscon.com>2011-08-10 11:26:03 +0200
commitb8d5cd810008f620c789c6969e8dab1bf2219239 (patch)
tree8b4d4da14f249f27cc5192f48db8f4b5b8d2dccf /ChangeLog
parent98e4e10ac1a2d00c895a283e50fd76e9f7f07b3d (diff)
parent1d856763f9a3f078af7f066867ae88c59286285c (diff)
downloadrsyslog-b8d5cd810008f620c789c6969e8dab1bf2219239.tar.gz
rsyslog-b8d5cd810008f620c789c6969e8dab1bf2219239.tar.xz
rsyslog-b8d5cd810008f620c789c6969e8dab1bf2219239.zip
Merge branch 'v5-stable' into beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67824909..f1c4eb0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -222,6 +222,9 @@ Version 5.8.4 [V5-stable] (al), 2011-??-??
- bugfix: memcpy overflow can occur in allowed sender checkig
if a name is resolved to IPv4-mapped-on-IPv6 address
Found by Ismail Dönmez at suse
+- 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.8.3 [V5-stable] (rgerhards), 2011-07-11
- systemd support: set stdout/stderr to null - thx to Lennart for the patch