mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Change release version to v2.9.11
This commit is contained in:
parent
ecd7b97368
commit
5615addfb3
12
CHANGES
12
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
|
||||
--------------------
|
||||
|
||||
|
@ -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 ""
|
||||
|
||||
|
@ -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.10" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
|
||||
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.11" 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 ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user