From fa13b02f7f77c48316fa80981464c62bdb0b5cf7 Mon Sep 17 00:00:00 2001 From: ivanr Date: Wed, 2 May 2007 11:23:21 +0000 Subject: [PATCH] Updated the CHANGES file with the RESPONSE_* variable changes. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index ab2fd8e2..7a737747 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ ?? ??? 2007 - 2.2.0-trunk ------------------------- + * Added experimental variables RESPONSE_CONTENT_LENGTH, RESPONSE_CONTENT_TYPE, + and RESPONSE_CONTENT_ENCODING. + * Added experimental support for content injection. Directive SecContentInjection (On|Off) controls whether injection is taking place. Actions "prepend" and "append" inject content when executed. Do note that it is your