summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-12 11:33:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-12 11:33:21 +0000
commite14dbae80c2f0541a67f23e00c44b7bd43f85bf1 (patch)
tree130a84a7bf579a3d25a834c06429790c237e4133 /ChangeLog
parent3bf1f3a7880adcff504c61f90dad9712c9e83bad (diff)
downloadrsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.tar.gz
rsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.tar.xz
rsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.zip
fixed invalid linkv2-0-2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11bbc3e8..5e81354b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ Version 2.0.2 STABLE (rgerhards), 2008-02-12
- applied some doc fixes from Michel Biebl and cleaned up some no longer
needed files suggested by him
- cleaned up stringbuf.c to fix an annoyance reported by Anders Blomdell
+- fixed bug that caused invalid treatment of tabs (HT) in rsyslog.conf
---------------------------------------------------------------------------
Version 2.0.1 STABLE (rgerhards), 2008-01-24
- fixed a bug in integer conversion - but this function was never called,