summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-20 09:06:04 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-20 09:06:04 +0000
commit5ed58ba958f88080cf9bb479145695420940cc15 (patch)
tree3ec21a35ff7a6d055e287bd5bf2bdd59e2166f05 /NEWS
parent832465309e350b4942565df33ef4ce8b5af49670 (diff)
downloadrsyslog-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a39bd0b6..7d15e282 100644
--- a/NEWS
+++ b/NEWS
@@ -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