diff --git a/CHANGES b/CHANGES index 1bb9b57e..6d6b7de2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,18 +1,56 @@ v3.0.13 - YYYY-MMM-DD --------------------- - - Reducing the scope of variables in a for loop + - New API function: set hostname for log + [PR #3203 - @airween] + - Fixing typo in Dockerfile + [PR #3189 - @bitbehz] + - Simplify checkout of submodules in GitHub workflows (with support for git describe) + [PR #3185 - @eduar-hte] + - Update README.md: use submodule and use benchmark tool + [PR #3182 - @airween] + - Improve performance of VariableOrigin instances + [PR #3164 - @eduar-hte] + - Update libinjection & Mbed TLS + [PR #3161 - @eduar-hte] + - chore: add PR template (v3) + [PR #3160 - @fzipi] + - Update to seclang-scanner changes introduced by Windows support + [PR #3146 - @eduar-hte] + - GitHub build & quality assurance workflow updates + [PR #3144 - @eduar-hte] + - Add link to Rust bindings in README + [PR #3141 - @rkrishn7] + - Remove cppcheck suppressions with line numbers in test/cppcheck_suppressions.txt + [PR #3134 - @eduar-hte] + - Add support to build libModSecurity v3 on Windows + [PR #3132 - @eduar-hte] + - fix: update submodule url + [PR #3128 - @fzipi] + - fix(rbl): typo in rbl check selector + [PR #3127 - @fzipi] + - fix: Changed 'equal_range()' + loop by 'find()' in resolveFirst() methods + [PR #3117 - @airween] + - Deleted redundant code in 'ModSecurity::serverLog(...)'. + [PR #3116 - @gberkes] + - doc: Update CHANGES + [PR #3101 - @airween] + - Reduce the scope of variables in a for loop [PR #3098 - @devzero2000] - - Replace obsolete macros + - Clean up 'return' never will be executed. + [PR #3096 - @gberkes] + - fix: Replace obsolete macros [PR #3095 - @airween] - - Change 'SecEngineStatus' to Off by default + - fix: Change 'SecEngineStatus' to Off by default [PR #3092 - @airween] - - Update bug-report-for-version-3-x.md + - chore: update bug-report-for-version-3-x.md [PR #3086 - @fzipi] - - Logical, syntax and cosmetic fixes on test cases + - test: Logical, syntax and cosmetic fixes on test cases [PR #3080 - @MirkoDziadzka, @airween] - Bump the C++ version from C++11 to C++17 [PR #3079 - @MirkoDziadzka] + - fix: makes uri decode platform independent + [PR #3016 - @M4tteoP] v3.0.12 - 2024-Jan-30 ---------------------