From 5ed58ba958f88080cf9bb479145695420940cc15 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Oct 2005 09:06:04 +0000 Subject: fixed potential race condition with domark(); improved debug output --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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 -- cgit