From 85c2cf2ca68f112b98487f9380cdd2e2dfe1656f Mon Sep 17 00:00:00 2001 From: brenosilva Date: Mon, 1 Nov 2010 13:02:36 +0000 Subject: [PATCH] Commit changes history --- CHANGES | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 3aca6edb..d125f4ec 100644 --- a/CHANGES +++ b/CHANGES @@ -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 --------------------