summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-11 12:51:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-11 12:51:53 +0000
commit14a7c82fadd27446af318c61cb46992802a3aa3c (patch)
treeccd6432bdc5de379fef4bc14b8a84b4cb254fb29 /ChangeLog
parent91b54ed246977cb961977ca400c19b6d5b107583 (diff)
downloadrsyslog-14a7c82fadd27446af318c61cb46992802a3aa3c.tar.gz
rsyslog-14a7c82fadd27446af318c61cb46992802a3aa3c.tar.xz
rsyslog-14a7c82fadd27446af318c61cb46992802a3aa3c.zip
bugfix (doc): misspelled config directive, invalid signal info - thanks to
Peter Vrabec for pointing this out
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f2f70a4..a1bba738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-??
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!
+- bugfix (doc): misspelled config directive, invalid signal info
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,