mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 05:36:07 +03:00
Version 2.9.5
This commit is contained in:
parent
683ba1f086
commit
860299971d
2
CHANGES
2
CHANGES
@ -1,4 +1,4 @@
|
|||||||
DD mmm YYYY - 2.9.x (to be released)
|
22 Nov 2021 - 2.9.5
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* Support configurable limit on depth of JSON parsing
|
* Support configurable limit on depth of JSON parsing
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#define MODSEC_VERSION_MAJOR "2"
|
#define MODSEC_VERSION_MAJOR "2"
|
||||||
#define MODSEC_VERSION_MINOR "9"
|
#define MODSEC_VERSION_MINOR "9"
|
||||||
#define MODSEC_VERSION_MAINT "4"
|
#define MODSEC_VERSION_MAINT "5"
|
||||||
#define MODSEC_VERSION_TYPE ""
|
#define MODSEC_VERSION_TYPE ""
|
||||||
#define MODSEC_VERSION_RELEASE ""
|
#define MODSEC_VERSION_RELEASE ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
lightArgs:
|
lightArgs:
|
||||||
-->
|
-->
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
<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.4" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
|
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.5" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
|
||||||
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
|
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
|
||||||
<?define ProductName = "ModSecuirty IIS" ?>
|
<?define ProductName = "ModSecuirty IIS" ?>
|
||||||
<?if $(sys.BUILDARCH) = x64 ?>
|
<?if $(sys.BUILDARCH) = x64 ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user