diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 11:33:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 11:33:21 +0000 |
commit | e14dbae80c2f0541a67f23e00c44b7bd43f85bf1 (patch) | |
tree | 130a84a7bf579a3d25a834c06429790c237e4133 | |
parent | 3bf1f3a7880adcff504c61f90dad9712c9e83bad (diff) | |
download | rsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.tar.gz rsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.tar.xz rsyslog-e14dbae80c2f0541a67f23e00c44b7bd43f85bf1.zip |
fixed invalid linkv2-0-2
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/status.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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, diff --git a/doc/status.html b/doc/status.html index 8f2b5335..503892b2 100644 --- a/doc/status.html +++ b/doc/status.html @@ -14,7 +14,7 @@ rsyslog v3 compatibility document!</a></font></b><br> Documentation for 3.x is currently sparse. If you need assistance, please <a href="http://www.rsyslog.com/PNphpBB2.phtml">post in the rsyslog forums</a>!</p> <p><b>stable:</b> 2.0.2 - <a href="http://www.rsyslog.com/Article171.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-76.phtml">download</a></p> +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-77.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> <h2>Platforms</h2> <p>Thankfully, a number of folks have begin to build packages and help port |