diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-03 15:10:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-03 15:10:00 +0000 |
commit | bd91db7a08054ef22ebe2d0fc011f1e36c206f4b (patch) | |
tree | 9d84edf2476c504881888ab92218986dab72c077 | |
parent | 26eeadcf9a98703b424f616bf90f57653e2ae116 (diff) | |
download | rsyslog-bd91db7a08054ef22ebe2d0fc011f1e36c206f4b.tar.gz rsyslog-bd91db7a08054ef22ebe2d0fc011f1e36c206f4b.tar.xz rsyslog-bd91db7a08054ef22ebe2d0fc011f1e36c206f4b.zip |
preparing for 1.18.0v1-18-0
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | doc/features.html | 4 | ||||
-rw-r--r-- | doc/rsyslog_conf.html | 3 | ||||
-rw-r--r-- | doc/status.html | 8 |
4 files changed, 11 insertions, 6 deletions
@@ -6,6 +6,8 @@ Version 1.18.0 (rgerhards), 2007-08-03 - modified rklogd to only change the console log level if -c is specified - added feature to use multiple actions inside a single selector - implemented $ActionExecOnlyWhenPreviousIsSuspended config directive +- error messages during startup are now spit out to the configured log + destinations --------------------------------------------------------------------------- Version 1.17.6 (rgerhards), 2007-08-01 - continued to work on output module modularization - basic stage of diff --git a/doc/features.html b/doc/features.html index 8d79c52a..466b99cb 100644 --- a/doc/features.html +++ b/doc/features.html @@ -15,7 +15,9 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai <li>native support for <a href="rsyslog_mysql.html">writing to MySQL databases</a><li>support for (plain) tcp based syslog - much better reliability<li>support for sending and receiving - compressed syslog messages<li>support for receiving messages via
reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">
RFC 3195</a> delivery<li>ability to generate file names and directories (log targets) + compressed syslog messages<li>ability to configure backup syslog/database + servers - if the primary fails, control is switched to a prioritized list of + backups<li>support for receiving messages via
reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">
RFC 3195</a> delivery<li>ability to generate file names and directories (log targets) dynamically, based on many different properties<li>control of log output format, including ability to present channel and priority as visible log data<li>good timestamp format control; at a minimum, ISO 8601/RFC 3339 second-resolution UTC zone<li>ability to reformat message contents and work with substrings<li>support for diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 73f71986..8246edf7 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -35,7 +35,8 @@ works hand-in-hand with the multiple actions per selector feature. It can be used, for example, to create rules that automatically switch destination servers or databases to a (set of) backup(s), if the primary server fails. Note that this feature depends on proper implementation of the suspend feature in the -output module.</p> +output module. All built-in output modules properly support it (most importantly +the database write and the syslog message forwarder).</p> <p>The following is an example of what can be done with it (a config file excerpt):</p> <p><code><b>*.* @@primary-syslog.example.com<br> diff --git a/doc/status.html b/doc/status.html index ba54e95b..7fc6701b 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-08-01.</p> +<p>This page reflects the status as of 2007-08-03.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.17.6 - -<a href="http://www.rsyslog.com/Article103.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-48.phtml">download</a></p> +<p><b>development:</b> 1.18.0 - +<a href="http://www.rsyslog.com/Article105.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-49.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> |