From 7939ef559ca1af3c03812287ee200b1ff2067f2d Mon Sep 17 00:00:00 2001 From: b1v1r Date: Tue, 3 Mar 2009 21:08:17 +0000 Subject: [PATCH] Merged in CHANGES updates from r1238 for MODSEC-29. --- CHANGES | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 4d910cfc..b02ee7d7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +07 Oct 2008 - 2.5.8 +------------------- + + * Removed an invalid "Internal error: Issuing "%s" for unspecified error." + message that was logged when denying with nolog/noauditlog set and + causing the request to be audited. + + 24 Sep 2008 - 2.5.7 ------------------- @@ -27,17 +35,17 @@ 31 Jul 2008 - 2.5.6 ------------------- - + * Transformation caching has been deprecated, and is now off by default. We now advise against using transformation caching in production. - + * Fixed two separate transformation caching issues that could cause incorrect content inspection in some circumstances. - + * Fixed an issue with the transformation cache using too much RAM, potentially crashing Apache with a large number of cache entries. Two new configuration options have been added to allow for a finer control of caching: - + maxitems: Max number of items to cache (default 1024) incremental: Whether to cache incrementally (default off)