summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-24 08:04:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-24 08:04:57 +0000
commitf42b66df986e7a7eb617841ee5550ffbad567449 (patch)
treedee46e2dcaa0e07aebcad9127380efde515ca59d /NEWS
parent5ed58ba958f88080cf9bb479145695420940cc15 (diff)
downloadrsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.tar.gz
rsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.tar.xz
rsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.zip
made sure no call to exit or die is done once rsyslogd is running
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d15e282..20489427 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,11 @@ Version 1.11.2 (RGer), 2005-10-20
by an alarm handler, which could lead to all sorts of bad things. This
has been changed now. See comments in syslogd.c/domark() for details.
- improved debug output for property-based filters
+- not a code change, but: I have checked all exit()s to make sure that
+ none occurs once rsyslogd has started up. Even in unusual conditions
+ (like low-memory conditions) rsyslogd somehow remains active. Of course,
+ it might loose a message or two, but at least it does not abort and it
+ can also recover when the condition no longer persist.
---------------------------------------------------------------------------
Version 1.11.1 (RGer), 2005-10-19
- support for BSD-style program name and host blocks