diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-20 09:06:04 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-20 09:06:04 +0000 |
commit | 5ed58ba958f88080cf9bb479145695420940cc15 (patch) | |
tree | 3ec21a35ff7a6d055e287bd5bf2bdd59e2166f05 /NEWS | |
parent | 832465309e350b4942565df33ef4ce8b5af49670 (diff) | |
download | rsyslog-5ed58ba958f88080cf9bb479145695420940cc15.tar.gz rsyslog-5ed58ba958f88080cf9bb479145695420940cc15.tar.xz rsyslog-5ed58ba958f88080cf9bb479145695420940cc15.zip |
fixed potential race condition with domark(); improved debug output
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ --------------------------------------------------------------------------- Version 1.11.2 (RGer), 2005-10-20 +- fixed a potential race condition. In the original code, marking was done + 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 --------------------------------------------------------------------------- Version 1.11.1 (RGer), 2005-10-19 - support for BSD-style program name and host blocks |