summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-09 15:07:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-09 15:07:02 +0100
commit1414dacae03c90c1ab83c04227474ecac7d40c76 (patch)
tree287761f728e2e84aaec118e7664495dd5d196b04 /ChangeLog
parent5c0cff0e5a3a1a00b6176af7e4fefbdc5af8f9a3 (diff)
parent791b16ce06d75944e338a6e5fa14c0394bde6f1d (diff)
downloadrsyslog-1414dacae03c90c1ab83c04227474ecac7d40c76.tar.gz
rsyslog-1414dacae03c90c1ab83c04227474ecac7d40c76.tar.xz
rsyslog-1414dacae03c90c1ab83c04227474ecac7d40c76.zip
Merge branch 'v5-stable' into v6-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3adb4447..480c3994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -246,9 +246,16 @@ Version 5.9.0 [V5-DEVEL] (rgerhards), 2011-03-??
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=236
---------------------------------------------------------------------------
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.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295
- bugfix: potential abort after reading invalid X.509 certificate
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=290
Thanks to Tomas Heinrich for the patch
+- bugfix: stats counter were not properly initialized on creation
---------------------------------------------------------------------------
Version 5.8.6 [V5-stable] 2011-10-21
- bugfix: missing whitespace after property-based filter was not detected