Merged in CHANGES updates from r1238 for MODSEC-29.

This commit is contained in:
b1v1r
2009-03-03 21:08:17 +00:00
parent 168ffa543a
commit 7939ef559c

16
CHANGES
View File

@@ -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 24 Sep 2008 - 2.5.7
------------------- -------------------
@@ -27,17 +35,17 @@
31 Jul 2008 - 2.5.6 31 Jul 2008 - 2.5.6
------------------- -------------------
* Transformation caching has been deprecated, and is now off by default. We * Transformation caching has been deprecated, and is now off by default. We
now advise against using transformation caching in production. now advise against using transformation caching in production.
* Fixed two separate transformation caching issues that could cause incorrect * Fixed two separate transformation caching issues that could cause incorrect
content inspection in some circumstances. content inspection in some circumstances.
* Fixed an issue with the transformation cache using too much RAM, potentially * Fixed an issue with the transformation cache using too much RAM, potentially
crashing Apache with a large number of cache entries. Two new configuration crashing Apache with a large number of cache entries. Two new configuration
options have been added to allow for a finer control of caching: options have been added to allow for a finer control of caching:
maxitems: Max number of items to cache (default 1024) maxitems: Max number of items to cache (default 1024)
incremental: Whether to cache incrementally (default off) incremental: Whether to cache incrementally (default off)