Skip to content

Commit 18cae50

Browse files
committed
Change release version to v2.9.12
1 parent 6d7e8eb commit 18cae50

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
05 Aug 2025 - 2.9.12
2+
--------------------
3+
4+
* fix: Improper error handling
5+
[PR from private repo - @orangetw, @pgajdos, @ylavic, @theseion, @fzipi, @airween
6+
fixed CVE-2025-54571]
7+
* fix: mod_security2's regression tests [Issue #3425 - @airween]
8+
* fix: remove unused condition from msc_status_engine.c [Issue #3412 - @airween]
9+
* fix: remove unwanted '\0' string terminator from argument's value [Issue #3411 - @airween]
10+
111
01 Jul 2025 - 2.9.11
212
--------------------
313

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 "11"
41+
#define MODSEC_VERSION_MAINT "12"
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.11" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
10+
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.12" 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)