From 6cf207ce328527db665427084b877bfdf6f0e0de Mon Sep 17 00:00:00 2001 From: brenosilva Date: Mon, 5 Dec 2011 18:39:50 +0000 Subject: [PATCH] update CHANGES --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index 616928c8..d90a24dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +06 Dec 2011 - 2.6.3-rc1 +------------------- + +* Fixed MATCHED_VARS does not correctly handle multiple VARS with the same name. + +* Fixed SDBM garbage collection was not working as expected, increasing the size of files. + +* Fixed wrong timestamp calculation for some time zones in log files. + +* Fixed SecUpdateTargetById failed to load multiple VARS (MODSEC-270). + +* Fixed Reverted hexDecode for hexEncode compatibility reason. + +* Added SecDefaultCollectionTimeout to set collection timeout, default is 3600. + +* Added sqlHexDecode transformation to decode sql hex data. Thanks Marc Stern. + 30 Sep 2011 - 2.6.2 -------------------