From 864f54c643fe7a2f200a4643b967b6ca4c7435b8 Mon Sep 17 00:00:00 2001 From: Marc Stern Date: Fri, 2 Feb 2024 13:05:10 +0100 Subject: [PATCH] Updated CHANGES --- CHANGES | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES b/CHANGES index 517e76b7..1703d3eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,34 @@ DD mmm YYYY - 2.9.x (to be released) ------------------- + * Support for PCRE2 in Windows + [PR #2931, @leancz] + * Fix ; incorrectly replaced by space in t:cmdline + [PR #3051, @marcstern] + * Add some syntax validation + [PR #2994, @marcstern] + * Optimize macro processing + [PR #2992/3004, @marcstern] + * Add detailed error message when writing collections + [PR #3050, @marcstern] + * Add context info to error message + [PR #2997, @marcstern] + * Fix ctl:ruleRemoveByTag that isn't executed if no rule id is present + [PR #3012, @marcstern] + * Ignore empty action instead of storing it + [PR #3003, @marcstern] + * Fixed memory leak if builded modsecurity with --enable-pcre-study + [Issue #610, @marcstern] + * Remove useless code + [PR #2953/2954, @marcstern] + * Centralized function to get user name, compatible with Linux & Windows + [PR #2956, @marcstern] + * Compatibility with libyajl decoding the buffer inline + [PR #2957, @marcstern] + * Fixed memory leaks + [PR #2960/2963/2969, @marcstern] + * Fixed uninitialized variable + [PR #2987, @marcstern] * Set the minimum security protocol version for SecRemoteRules [Issue security/code-scanning/2 - @airween] * Allow lua version 5.4