From a2b45bfeb75cbb075740d85ef079dd4b495cdbcd Mon Sep 17 00:00:00 2001 From: brenosilva Date: Thu, 15 Sep 2011 13:11:07 +0000 Subject: [PATCH] update CHANGES --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index d38ee985..7094eed1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +5 Sep 2011 - 2.6.2-rc1 +------------------- + + * Added support to macro expansion for rx operator. + + * Added new transformations removeComments and removeCommentsChars + + * Fixed colletion names are not case-sensitive anymore. + + * Fixed compilation errors with apache 2.0. + + * Fixed build system was not using some libraries CFLAGS. + + * Fixed check for valid hex values into hexDecode transformation. + + * Fixed ctl:ruleUpdateTargetById appending multiple targets. + 18 Jun 2011 - 2.6.1 -------------------