Skip to content

Commit 5615add

Browse files
committed
Change release version to v2.9.11
1 parent ecd7b97 commit 5615add

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
01 Jul 2025 - 2.9.11
2+
--------------------
3+
4+
* fix: prevent segmentation fault if the XML node is empty
5+
[PR from private repo - @theseion, @fzipi, @RedXanadu, @airween; fixed CVE-2025-52891]
6+
* Plug memory leak when msre_op_validateSchema_execute() exits normally (validateSchema)
7+
[Issue #3401 - @nic-prgs]
8+
* chore: bump version in MSI installer.wxs
9+
[Issue #3400 - @airween]
10+
* Fix resource leaks in `msc_status_engine_mac_address`
11+
[Issue #3391 - @amezin]
12+
113
02 Jun 2025 - 2.9.10
214
--------------------
315

apache2/msc_release.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#define MODSEC_VERSION_MAJOR "2"
4040
#define MODSEC_VERSION_MINOR "9"
41-
#define MODSEC_VERSION_MAINT "10"
41+
#define MODSEC_VERSION_MAINT "11"
4242
#define MODSEC_VERSION_TYPE ""
4343
#define MODSEC_VERSION_RELEASE ""
4444

iis/installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lightArgs:
88
-->
99
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
10-
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.10" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
10+
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.11" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
1111
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
1212
<?define ProductName = "ModSecurity IIS" ?>
1313
<?if $(sys.BUILDARCH) = x64 ?>

0 commit comments

Comments
 (0)