Version 2.9.1

Increasing version to 2.9.1 and performed small fixes on the
CHANGES file
This commit is contained in:
Felipe Zimmerle
2016-02-03 11:03:00 -03:00
parent a157ac2946
commit ad9257c374
3 changed files with 14 additions and 16 deletions

24
CHANGES
View File

@@ -1,34 +1,32 @@
DD mmm YYYY - X.Y.Z (To be released) 03 Feb 2016 - 2.9.1-RC1
------------------------------------ -----------------------
* Added support to generate audit logs in JSON format. * Added support to generate audit logs in JSON format.
[Issue #914, #897, #656 - Robert Paprocki] [Issue #914, #897, #656 - Robert Paprocki]
* Creating AuditLog serial file (or paralel index) respecting the * Creating AuditLog serial file (or parallel index) respecting the
permission configured with SecAuditLogFileMode, before, it was used permission configured with SecAuditLogFileMode. Previously, it was
only to save the transactions while in paralel mode. used only to save the transactions while in parallel mode.
[Issue #852 - @littlecho and ModSecurity team] [Issue #852 - @littlecho and ModSecurity team]
* Checking for hashing injection response to report in case of failure. * Checking for hashing injection response, to report in case of failure.
[Issue #1041 - ModSecurity team] [Issue #1041 - ModSecurity team]
* Stop buffering when the request is larger than SecRequestBodyLimit * Stop buffering when the request is larger than SecRequestBodyLimit
in ProcessPartial mode in ProcessPartial mode
[Issue #709, #705, #728 - Justin Gerace and ModSecurity team] [Issue #709, #705, #728 - Justin Gerace and ModSecurity team]
* Extanded Lua support to include version 5.3 * Extended Lua support to include version 5.3
[Issue #837, #762, #814 - Athmane Madjoudj and ModSecurity team] [Issue #837, #762, #814 - Athmane Madjoudj and ModSecurity team]
* mlogc: Allow user to choose between TLS versions (TLSProtocol option * mlogc: Allows user to choose between TLS versions (TLSProtocol option
introduced). introduced).
[Issue #881 - Ishwor Gurung] [Issue #881 - Ishwor Gurung]
* Allow mod_proxy's "nocanon" behavior to be specified in proxy actions * Allows mod_proxy's "nocanon" behavior to be specified in proxy actions
and Perform the intercept_action as well as the disruptive actions.
[Issue #1031, #961, #763 - Mario D. Santana and ModSecurity team] [Issue #1031, #961, #763 - Mario D. Santana and ModSecurity team]
* Refactoring conditional directives for if wrappers, alternative if * Refactoring conditional #if/#defs directives.
statements and incomplete if conditions.
[Issue #996 - Wesley M and ModSecurity team] [Issue #996 - Wesley M and ModSecurity team]
* mlogc-batch-load.pl.in: fix searching SecAuditLogStorageDir * mlogc-batch-load.pl.in: fix searching SecAuditLogStorageDir
files with Apache 2.4 files with Apache 2.4
[Issue #775 - Elia Pinto] [Issue #775 - Elia Pinto]
* Understands IIS 10 as compatible on Windows installer. * Understands IIS 10 as compatible on Windows installer.
[Issue #931 - Anton Serbulov, Pavel Vasilevich and ModSecurity team] [Issue #931 - Anton Serbulov, Pavel Vasilevich and ModSecurity team]
* Fix apache logging limitation by using correct apache call. * Fix apache logging limitation by using correct Apache call.
[Issue #840 - Christian Folini] [Issue #840 - Christian Folini]
* Fix apr_crypto.h check on 32-bit Linux platform * Fix apr_crypto.h check on 32-bit Linux platform
[Issue #882, #883 - Kurt Newman] [Issue #882, #883 - Kurt Newman]

View File

@@ -38,9 +38,9 @@
#define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MAJOR "2"
#define MODSEC_VERSION_MINOR "9" #define MODSEC_VERSION_MINOR "9"
#define MODSEC_VERSION_MAINT "0" #define MODSEC_VERSION_MAINT "1"
#define MODSEC_VERSION_TYPE "" #define MODSEC_VERSION_TYPE ""
#define MODSEC_VERSION_RELEASE "" #define MODSEC_VERSION_RELEASE "-RC1"
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE #define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE

View File

@@ -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.0" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB"> <Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.1.1" 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 ?>