From 7d4e11f5c704b1da4e0bbb6204b4bfbcad586e79 Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Fri, 19 Oct 2007 14:12:40 +0000 Subject: doc patch applied, release docs updated --- ChangeLog | 2 +- doc/status.html | 8 ++++---- rsyslog.conf.5 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2737af8b..a4cd30f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.19.10 (rgerhards), 2007-10-15 +Version 1.19.10 (rgerhards), 2007-10-19 - introdcued the new ":modulename:" syntax for calling module actions in selector lines; modified ommysql to support it. This is primarily an aid for further modules and a prequisite to actually allow third diff --git a/doc/status.html b/doc/status.html index 99c552a4..0f68ba1b 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@

rsyslog status page

-

This page reflects the status as of 2007-10-12.

+

This page reflects the status as of 2007-10-19.

Current Releases

-

development: 1.19.9 - -change log - -download

+

development: 1.19.10 - +change log - +download

stable: 1.0.5 - change log - download

 (How are versions named?)

diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index 07e515fd..e1d3659f 100644 --- a/rsyslog.conf.5 +++ b/rsyslog.conf.5 @@ -182,8 +182,8 @@ Rsyslog offers two different types "filter conditions": Rsyslogd supports BSD-style blocks inside rsyslog.conf. Each block of lines is separated from the previous block by a program or hostname specification. A block will only log messages corresponding to the most recent program and hostname specifications given. Thus, a block which -selects ‘ppp’ as the program, directly followed by a block that selects messages from the -hostname ‘dialhost’, then the second block will only log messages from the ppp program on dialhost. +selects "ppp" as the program, directly followed by a block that selects messages from the +hostname "dialhost", then the second block will only log messages from the ppp program on dialhost. .SS Selectors .B Selectors are the traditional way of filtering syslog messages. -- cgit