diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/bugs.html | 10 | ||||
-rw-r--r-- | doc/modules.html | 2 | ||||
-rw-r--r-- | doc/status.html | 7 |
4 files changed, 15 insertions, 6 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.17.5 (rgerhards), 2007-07-2? +Version 1.17.5 (rgerhards), 2007-07-30 - continued to work on modularization - fixed a missing file bug - thanks to Andrea Montanari for reporting this problem diff --git a/doc/bugs.html b/doc/bugs.html index c06b3993..5510b76b 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -11,9 +11,17 @@ bug tracker at sourceforge.net</a>. This list here contains more architectural things while the bug tracker most often lists things that you will actually experience. Please be sure to visit the bug tracker in addition to this list here.</p> -<p>This list has last been updated on 2007-07-16 by +<p>This list has last been updated on 2007-07-30 by <a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p> <h1>rsyslogd</h1> +<h2>forwarding remotely received messages</h2> +<p>Sysklogd does not forward remotely received messages to other network +destionation except when the -h option is given. This code is currently defunct. +No matter if -h is specified or not, messages are ALWAYS forwarded. It is +currently under review if the sysklogd's functionality is actually needed. +Please see my +<a href="http://rgerhards.blogspot.com/2007/07/on-syslogd-h-option.html">blog +post on this topic</a> for futher detail.</p> <h2>EQUALLY-NAMED TEMPLATES</h2> <p>If multiple templates with the SAME name are created, all but the first definition is IGNORED. So you can NOT (yet) replace a diff --git a/doc/modules.html b/doc/modules.html index b6d1383a..aea6b014 100644 --- a/doc/modules.html +++ b/doc/modules.html @@ -6,7 +6,7 @@ <h1>About rsyslog Modules</h1> <P><small><i>Written by <a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer - Gerhards</a> (2007-07-26)</i></small></P> + Gerhards</a> (2007-07-28)</i></small></P> <p><font color="#FF0000"><b>This document is incomplete. The module interface is also quite incomplete and under development. Do not currently use it!</b></font> You may want to visit <a href="http://rgerhards.blogspot.com/">Rainer's blog</a> diff --git a/doc/status.html b/doc/status.html index 7bb091be..ca653622 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,10 +4,11 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-07-27.</p> +<p>This page reflects the status as of 2007-07-30.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.17.4 - <a href="http://www.rsyslog.com/Article99.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-46.phtml">download</a></p> +<p><b>development:</b> 1.17.5 - +<a href="http://www.rsyslog.com/Article101.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-47.phtml">download</a></p> <p><b>stable:</b> 1.0.5 - <a href="http://www.rsyslog.com/Article85.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-39.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> |