Commit changes history

This commit is contained in:
brenosilva
2010-11-01 13:02:36 +00:00
parent 6ed8a9a2bc
commit 85c2cf2ca6

25
CHANGES
View File

@@ -1,17 +1,24 @@
14 Feb 2010 - 2.5.13-dev1
-------------------------
25 Nov 2010 - 2.5.13
--------------------
* Cleaned up some mlogc code and debugging output.
* Fixed Geo lookup concurrent connections bug
* Remove the ability to use a relative path to a piped audit logger
(i.e. mlogc) as Apache does not support it in their piped loggers
and it was breaking Windows and probably other platforms that
use spaces in filesystem paths. Discovered by Tom Donovan.
* Fixed Skip/SkipAfter chain bug
* Fix memory leak freeing regex. Discovered by Tom Donovan.
* Added new setvar Lua API to be used into Lua scripts
* Fix some portability issues on Windows.
* Updated licenses files
* Added PCRE messages indicates each rule that exceed match limits
* Fixed memory leaks into msc_pcre.c releasing data with pcre_free()
Thanks to Tom Donovan
* Fixed libcurl callback read mlogic.conf file on Windows.
Thanks to Tom Donovan
* Added new Base64 transformation function called base64DecodeEx, which
can decode base64 data skipping special characters.
04 Feb 2010 - 2.5.12
--------------------