summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-11 20:21:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-11 20:21:02 +0200
commit63d4de81ec485425231676d53813ff465249e800 (patch)
tree35092544941853f3c102503e5d691263a3786e9a /ChangeLog
parent890f782323849b2ae01cd705312d54a4a0e348fe (diff)
downloadrsyslog-63d4de81ec485425231676d53813ff465249e800.tar.gz
rsyslog-63d4de81ec485425231676d53813ff465249e800.tar.xz
rsyslog-63d4de81ec485425231676d53813ff465249e800.zip
enhanced legacy syslog parser to handle slightly malformed messages
Those with a space in front of the timestamp - at least HP procurve is known to do that and I won't outrule that others also do it. The change looks quite unintrusive and so we added it to the parser.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 551b7278..7f181ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@ Version 3.17.1 (rgerhards), 2008-04-??
RFC's on hostname length at all. The memory consumption is no issue, as
there are only a handful of this buffers allocated *per run* -- that's
also the main reason why we consider it not worth to be fixed any further.
+- enhanced legacy syslog parser to handle slightly malformed messages
+ (with a space in front of the timestamp) - at least HP procurve is
+ known to do that and I won't outrule that others also do it. The
+ change looks quite unintrusive and so we added it to the parser.
---------------------------------------------------------------------------
Version 3.17.0 (rgerhards), 2008-04-08
- added native ability to send mail messages