summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaiwang Chen <kaiwang.chen@gmail.com>2012-01-09 14:32:52 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-09 14:32:52 +0100
commit791b16ce06d75944e338a6e5fa14c0394bde6f1d (patch)
treee9faf829c29f5010280ff090a09ba5e675336807 /ChangeLog
parent74722b23317d556e86ad7fb77913c4c864c239c4 (diff)
downloadrsyslog-791b16ce06d75944e338a6e5fa14c0394bde6f1d.tar.gz
rsyslog-791b16ce06d75944e338a6e5fa14c0394bde6f1d.tar.xz
rsyslog-791b16ce06d75944e338a6e5fa14c0394bde6f1d.zip
bugfix: instabilities when using RFC5424 header fields
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42cfac2a..1425bc66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 5.8.7 [V5-stable] 2011-??-??
+- bugfix: instabilities when using RFC5424 header fields
+ Thanks to Kaiwang Chen for the patch
- bugfix: imuxsock did truncate part of received message if it did not
contain a proper date. The truncation occured because we removed that
part of the messages that was expected to be the date.