From 515290434c7985c42ede55fb33eb20b9200fe306 Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 14 Dec 2007 20:22:54 +0000 Subject: [PATCH] Add 2.1.4 changes to trunk CHANGES. --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index 585ef22f..9a4c876b 100644 --- a/CHANGES +++ b/CHANGES @@ -99,6 +99,21 @@ Changes since 2.5.0-dev2: visibility attribute. +27 Nov 2007 - 2.1.4 +------------------- + + * Updated included Core Ruleset to version 1.5 and noted in the docs that + XML support is required to use the rules without modification. + + * Fixed an evasion FP, mistaking a multipart non-boundary for a boundary. + + * Fixed multiple warnings on Solaris and/or 64bit builds. + + * Do not process subrequests in phase 2-4, but do hand off the request data. + + * Fixed a blocking FP in the multipart parser, which affected Safari. + + 11 Sep 2007 - 2.1.3 -------------------