From 6a45fa0c79e1b20fca72ad853bbec6d4470b8245 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 15 Feb 2006 09:15:27 +0000 Subject: doc updates for 1.12.2 --- doc/bugs.html | 5 - doc/features.html | 2 +- doc/rsyslog_php_syslog_ng.html | 296 ++++++++++++++++++++--------------------- doc/status.html | 80 +++++------ 4 files changed, 189 insertions(+), 194 deletions(-) diff --git a/doc/bugs.html b/doc/bugs.html index 617af9f8..1903ba5b 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,11 +14,6 @@ both.

This list has last been updated on 2005-09-26 by Rainer Gerhards.

rsyslogd

-

multi-threading and BSD

-

Multi-threading does currently not work reliably on BSD, at least -not upon program termination. It looks like this is related with the -way BSD handles signals. I am currently looking at it. In the mean -time, compile BSD builds without threading support (the default).

REPEATED LOG LINES

If multiple log lines with the exact same content are received, the duplicates are NOT suppressed. This is done by sysklogd diff --git a/doc/features.html b/doc/features.html index 58d6f0a2..3dba7a54 100644 --- a/doc/features.html +++ b/doc/features.html @@ -26,7 +26,7 @@ is going on, you can also subscribe to the syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort) +

  • ability to limit the allowed network senders
  • powerful BSD-style hostname and program name blocks for easy multi-host support
  • multi-threaded - currently experimental
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)

     

    Upcoming Features