From 5615addfb3432d5b1af1849c5e78e11812a8fe03 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Tue, 1 Jul 2025 21:55:51 +0200 Subject: [PATCH] Change release version to v2.9.11 --- CHANGES | 12 ++++++++++++ apache2/msc_release.h | 2 +- iis/installer.wxs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 326e4c8e..d2282ac9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +01 Jul 2025 - 2.9.11 +-------------------- + + * fix: prevent segmentation fault if the XML node is empty + [PR from private repo - @theseion, @fzipi, @RedXanadu, @airween; fixed CVE-2025-52891] + * Plug memory leak when msre_op_validateSchema_execute() exits normally (validateSchema) + [Issue #3401 - @nic-prgs] + * chore: bump version in MSI installer.wxs + [Issue #3400 - @airween] + * Fix resource leaks in `msc_status_engine_mac_address` + [Issue #3391 - @amezin] + 02 Jun 2025 - 2.9.10 -------------------- diff --git a/apache2/msc_release.h b/apache2/msc_release.h index b8fe075a..658e6159 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 "10" +#define MODSEC_VERSION_MAINT "11" #define MODSEC_VERSION_TYPE "" #define MODSEC_VERSION_RELEASE "" diff --git a/iis/installer.wxs b/iis/installer.wxs index d544cd45..bb9e4a4b 100644 --- a/iis/installer.wxs +++ b/iis/installer.wxs @@ -7,7 +7,7 @@ lightArgs: --> - +