Add the licensing exception (a text version).

This commit is contained in:
brectanus
2008-07-29 04:43:59 +00:00
parent 6ebc5ad6e7
commit 9fd865b763
2 changed files with 135 additions and 4 deletions

15
CHANGES
View File

@@ -1,6 +1,9 @@
25 Jun 2008 - 2.5.6
28 Jul 2008 - 2.5.6
-------------------
* Transformation caching is now off by default as it may not be appropriate
in all environments.
* Fixed an issue with transformation cache using the original value
when the last transformation in a chain did not modify the value. This
fixes the potential match failure due to a failed transformation.
@@ -15,10 +18,14 @@
maxitems: Max number of items to cache (default 1024)
incremental: Whether to cache incrementally (default off)
* Transformation caching is now off by default as it may not be appropriate
in all environments.
* Added an experimental regression testing suite. The regression suite may
be executed via "make test-regression", however it is strongly advised
to only be executed on a non-production machine as it will startup the
Apache web server that ModSecurity is compiled against with various
configurations in which it will run tests against.
* Added an experimental regression testing suite.
* Added a licensing exception so that ModSecurity can be used in a derivative
work when that derivative is also under an approved open source license.
05 Jun 2008 - 2.5.5