Change release version to v2.9.12

This commit is contained in:
Ervin Hegedus 2025-08-05 21:13:58 +02:00
parent 6d7e8eb18f
commit 18cae5003a
No known key found for this signature in database
GPG Key ID: 5FA5BC3F5EC41F61
3 changed files with 12 additions and 2 deletions

10
CHANGES
View File

@ -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
--------------------

View File

@ -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 ""

View File

@ -7,7 +7,7 @@
lightArgs:
-->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.11" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.12" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
<?define ProductName = "ModSecurity IIS" ?>
<?if $(sys.BUILDARCH) = x64 ?>