From 070e0bb0c611a8278ddbecddc07d158c31e15c72 Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 11 Apr 2008 20:10:27 +0000 Subject: [PATCH] Update CHANGES with current releases. --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES b/CHANGES index a5693b5a..fc9bdfe5 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,22 @@ * Fixed issue where the exec action may not be able to execute shell scripts. +02 Apr 2008 - 2.5.2 +------------------- + + * Allow HTTP_* targets as an alias for REQUEST_HEADERS:*. + + * Make sure temporary filehandles are closed after a transaction. + + * Make sure the apache include directory is included during build. + + +02 Apr 2008 - 2.1.7 +------------------- + + * Make sure temporary filehandles are closed after a transaction. + + 14 Mar 2008 - 2.5.1 -------------------