summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-11 08:47:15 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-11 08:47:15 +0000
commit91b54ed246977cb961977ca400c19b6d5b107583 (patch)
tree5c5b7494423b4225d4847e8a03c52a71beb55b6d /ChangeLog
parenta745208787f3b2752e17d3171ca3e2a2f4f0d5c4 (diff)
downloadrsyslog-91b54ed246977cb961977ca400c19b6d5b107583.tar.gz
rsyslog-91b54ed246977cb961977ca400c19b6d5b107583.tar.xz
rsyslog-91b54ed246977cb961977ca400c19b6d5b107583.zip
bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
without timestamp - thanks to Anders Blomdell for providing a patch!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 172f3f31..4f2f70a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-??
- bugfix: errno could be changed during mark processing, leading to
invalid error messages when processing inputs. Thank to varmojfekoj for
pointing out this problem.
+- bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
+ without timestamp - thanks to Anders Blomdell for providing a patch!
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,