From 9136d391d3db6466a8195b9db1e915398dc32d8f Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 14 Dec 2007 22:50:01 +0000 Subject: [PATCH] Forgoten CHANGES entry for last commit. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 9a4c876b..6823bcdf 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Changes since 2.5.0-dev2: + * Stricter configuration parsing. Disruptive actions, meta actions and + phases are no longer allowed in a chained rule. Disruptive actions, + are no longer allowed in a logging phase (phase 5) rule, including + inheriting from SecDefaultAction. + * More efficient collection persistance. * Fixed t:escapeSeqDecode to better follow ANSI C escapes.