diff --git a/CHANGES b/CHANGES index 1fa84361..f13fbab1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ 06 Nov 2009 - 2.5.x ------------------- + * Fixed SecAction not working when CONNECT request method is used + (MODSEC-110). [Ivan Ristic] + * Do not escape quotes in macro resolution and only escape NUL in setenv values.