From caad1340d64a345fa9d1bfc3f902e898d6ee2f76 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 30 Oct 2009 16:51:22 +0100 Subject: bugfix: correct default for escape ('#') character restored This was accidently changed to '\\', thanks to David Lang for reporting the bug. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afa1d7c5..de99e0a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 5.3.4 [DEVEL] (rgerhards), 2009-10-?? +- bugfix: correct default for escape ('#') character restored + This was accidently changed to '\\', thanks to David Lang for reporting - added the capability to have ruleset-specific main message queues This offers considerable additional flexibility AND superior performance (in cases where multiple inputs now can avoid lock contention) -- cgit