From bd91db7a08054ef22ebe2d0fc011f1e36c206f4b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 3 Aug 2007 15:10:00 +0000 Subject: preparing for 1.18.0 --- ChangeLog | 2 ++ doc/features.html | 4 +++- doc/rsyslog_conf.html | 3 ++- doc/status.html | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5233af4c..fc6d65dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 writing to MySQL databases
  • support for (plain) tcp based syslog - much better reliability
  • support for sending and receiving - compressed syslog messages
  • support for receiving messages via reliable RFC 3195 delivery
  • ability to generate file names and directories (log targets) + compressed syslog messages
  • ability to configure backup syslog/database + servers - if the primary fails, control is switched to a prioritized list of + backups
  • support for receiving messages via reliable RFC 3195 delivery
  • ability to generate file names and directories (log targets) dynamically, based on many different properties
  • control of log output format, including ability to present channel and priority as visible log data
  • good timestamp format control; at a minimum, ISO 8601/RFC 3339 second-resolution UTC zone
  • ability to reformat message contents and work with substrings
  • 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.

    +output module. All built-in output modules properly support it (most importantly +the database write and the syslog message forwarder).

    The following is an example of what can be done with it (a config file excerpt):

    *.* @@primary-syslog.example.com
    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 @@

    rsyslog status page

    -

    This page reflects the status as of 2007-08-01.

    +

    This page reflects the status as of 2007-08-03.

    Current Releases

    -

    development: 1.17.6 - -change log - -download

    +

    development: 1.18.0 - +change log - +download

    stable: 1.0.5 - change log - download

     (How are versions named?)

    -- cgit