From 1d682c0e03c575e7178375f0cf8c74a3fe0b946e Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Thu, 8 Feb 2024 00:14:10 +0100 Subject: [PATCH] Revert "Updated CHANGES" This reverts commit 864f54c643fe7a2f200a4643b967b6ca4c7435b8. --- CHANGES | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/CHANGES b/CHANGES index 1703d3eb..517e76b7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,34 +1,6 @@ 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