From cf14e45ee46f982a58295c37b86b9a3ef5b4d011 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 04c54718..231bedd5 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 -------------------