From 13d0245b6b1be83dbb12596219328ac3b996a799 Mon Sep 17 00:00:00 2001 From: ivanr Date: Mon, 14 Dec 2009 18:49:18 +0000 Subject: [PATCH] Document changes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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.