From 3855edc9281f798f29f5f445dbdd08b147988170 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Sep 2007 07:46:38 +0000 Subject: preparing for 1.19.8 release --- ChangeLog | 2 +- doc/bugs.html | 16 +++++++++++++--- doc/status.html | 6 +++--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1672eca..e2bd8eda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.19.8 (rgerhards), 2007-09-?? +Version 1.19.8 (rgerhards), 2007-09-27 - improved repeated message processing - applied patch provided by varmojfekoj to support building ommysql in its own way (now also resides in a plugin subdirectory); diff --git a/doc/bugs.html b/doc/bugs.html index 0cf08327..41404e51 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,9 +14,19 @@ here.

This list has last been updated on 2007-07-30 by Rainer Gerhards.

rsyslogd

-

plugin-directory

-

The directory for plug-ins is currently hard-coded and must be /lib/rsyslog/. -If you want to change it, you need to modify syslogd.c.

+

stability in multithreaded mode

+

We have some reports that rsyslogd, if compiled with multi-threading enabled, +segfaults in some environments. We are actively looking at fixing this issue, +but as it does not occur in our lab environment, that unfortunately takes some +time. If you experience a segfault, please report it. As a work-around, you can +compile rsyslog without multi-threading:

+

./configure --disable-pthreads
+make clean
+make
+make install

+

This somewhat reduces the ability to handle large message bursts, but even in +single-threaded mode rsyslogd offers great performance (just think that stock +sysklogd has always been using a single thread, only).

forwarding remotely received messages

Sysklogd does not forward remotely received messages to other network destionation except when the -h option is given. This code is currently defunct. diff --git a/doc/status.html b/doc/status.html index 061630f4..9e70c95d 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@

rsyslog status page

-

This page reflects the status as of 2007-09-25.

+

This page reflects the status as of 2007-09-27.

Current Releases

development: 1.19.7 - -change log - -download

+change log - +download

stable: 1.0.5 - change log - download

 (How are versions named?)

-- cgit v1.2.3