diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 07:20:53 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 07:20:53 +0000 |
commit | 1c7fabaa0851d9d79deae6c74bb2a650d85333f0 (patch) | |
tree | ace20c39c39cf77d2a32caae20bfedd8a6cb32d7 | |
parent | 49f15a6a330aba6658f7e67e386bade817a792e0 (diff) | |
download | rsyslog-1c7fabaa0851d9d79deae6c74bb2a650d85333f0.tar.gz rsyslog-1c7fabaa0851d9d79deae6c74bb2a650d85333f0.tar.xz rsyslog-1c7fabaa0851d9d79deae6c74bb2a650d85333f0.zip |
preparing for 1.17.3v1-17-3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/status.html | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.17.3 (rgerhards), 2007-07-2? +Version 1.17.3 (rgerhards), 2007-07-25 - continued working on modularization - fixed a bug that caused rsyslogd to segfault on exit (and probably also on HUP), when there was an unsent message in a selector @@ -15,7 +15,7 @@ Version 1.17.3 (rgerhards), 2007-07-2? list now gets freed. thanks mildew to for the patch. - changed the way error messages in early startup are logged. They now do no longer use the syslogd code directly but are rather - send to stderr, the console and a user-configurable file. + send to stderr. --------------------------------------------------------------------------- Version 1.17.2 (rgerhards), 2007-07-23 - made the port part of the -r option optional. Needed for backward diff --git a/doc/status.html b/doc/status.html index b2b436b0..fbf4f88b 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,10 +4,10 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-07-23.</p> +<p>This page reflects the status as of 2007-07-25.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.17.2 - <a href="http://www.rsyslog.com/Article94.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-44.phtml">download</a></p> +<p><b>development:</b> 1.17.3 - <a href="http://www.rsyslog.com/Article96.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-45.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> |