diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 09:50:20 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 09:50:20 +0100 |
commit | 424de9fb94725769cfcbb0f0a5937781376c4e73 (patch) | |
tree | 0698e5e145fd637a28e1c9a944e87e6aed12b8db /doc | |
parent | c2acf59ff3bec4a8216c9325c03731c748c9007d (diff) | |
parent | 129eeca64bf2bd00ad85a3f1c4fbfa419231fa8d (diff) | |
download | rsyslog-424de9fb94725769cfcbb0f0a5937781376c4e73.tar.gz rsyslog-424de9fb94725769cfcbb0f0a5937781376c4e73.tar.bz2 rsyslog-424de9fb94725769cfcbb0f0a5937781376c4e73.zip |
Merge branch 'master' into master-solaris
Diffstat (limited to 'doc')
-rw-r--r-- | doc/property_replacer.html | 12 | ||||
-rw-r--r-- | doc/status.html | 8 |
2 files changed, 16 insertions, 4 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 7b604ea0..390fc0d0 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -335,6 +335,18 @@ Especially useful for PIX.</td> <td>format as RFC 3164 date</td> </tr> <tr> +<tr> +<td valign="top"><b>date-rfc3164-buggyday</b></td> +<td>similar to date-rfc3164, but emulates a common coding error: RFC 3164 demands +that a space is written for single-digit days. With this option, a zero is +written instead. This format seems to be used by syslog-ng and the +date-rfc3164-buggyday option can be used in migration scenarios where otherwise +lots of scripts would need to be adjusted. It is recommended <i>not</i> to use this +option when forwarding to remote hosts - they may treat the date as invalid +(especially when parsing strictly according to RFC 3164).</td> +<br><i>This feature was introduced in rsyslog 5.5.3.</i> +</tr> +<tr> <td><b>date-rfc3339</b></td> <td>format as RFC 3339 date</td> </tr> diff --git a/doc/status.html b/doc/status.html index 801decfc..dfb0c8c6 100644 --- a/doc/status.html +++ b/doc/status.html @@ -2,7 +2,7 @@ <html><head><title>rsyslog status page</title></head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2010-02-10.</p> +<p>This page reflects the status as of 2010-03-04.</p> <h2>Current Releases</h2> <p><b>development:</b> 5.5.2 [2010-02-05] - @@ -23,9 +23,9 @@ <a href="http://www.rsyslog.com/Article421.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-184.phtml">download</a> -<br><b>v4 stable:</b> 4.6.0 [2010-02-24] - -<a href="http://www.rsyslog.com/Article444.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-195.phtml">download</a> +<br><b>v4 stable:</b> 4.6.1 [2010-03-04] - +<a href="http://www.rsyslog.com/Article445.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-196.phtml">download</a> <br><b>v3 stable:</b> 3.22.1 [2009-07-02] - <a href="http://www.rsyslog.com/Article381.phtml">change log</a> - |