diff --git a/CHANGES b/CHANGES index d2282ac9..4cf9c093 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +05 Aug 2025 - 2.9.12 +-------------------- + + * fix: Improper error handling + [PR from private repo - @orangetw, @pgajdos, @ylavic, @theseion, @fzipi, @airween + fixed CVE-2025-54571] + * fix: mod_security2's regression tests [Issue #3425 - @airween] + * fix: remove unused condition from msc_status_engine.c [Issue #3412 - @airween] + * fix: remove unwanted '\0' string terminator from argument's value [Issue #3411 - @airween] + 01 Jul 2025 - 2.9.11 -------------------- diff --git a/apache2/msc_release.h b/apache2/msc_release.h index 658e6159..e496dc66 100644 --- a/apache2/msc_release.h +++ b/apache2/msc_release.h @@ -38,7 +38,7 @@ #define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MINOR "9" -#define MODSEC_VERSION_MAINT "11" +#define MODSEC_VERSION_MAINT "12" #define MODSEC_VERSION_TYPE "" #define MODSEC_VERSION_RELEASE "" diff --git a/iis/installer.wxs b/iis/installer.wxs index bb9e4a4b..6189e6b8 100644 --- a/iis/installer.wxs +++ b/iis/installer.wxs @@ -7,7 +7,7 @@ lightArgs: --> - +