Skip to content

Commit ad9257c

Browse files
author
Felipe Zimmerle
committed
Version 2.9.1
Increasing version to 2.9.1 and performed small fixes on the CHANGES file
1 parent a157ac2 commit ad9257c

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

CHANGES

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
1-
DD mmm YYYY - X.Y.Z (To be released)
2-
------------------------------------
1+
03 Feb 2016 - 2.9.1-RC1
2+
-----------------------
33

44
* Added support to generate audit logs in JSON format.
55
[Issue #914, #897, #656 - Robert Paprocki]
6-
* Creating AuditLog serial file (or paralel index) respecting the
7-
permission configured with SecAuditLogFileMode, before, it was used
8-
only to save the transactions while in paralel mode.
6+
* Creating AuditLog serial file (or parallel index) respecting the
7+
permission configured with SecAuditLogFileMode. Previously, it was
8+
used only to save the transactions while in parallel mode.
99
[Issue #852 - @littlecho and ModSecurity team]
10-
* Checking for hashing injection response to report in case of failure.
10+
* Checking for hashing injection response, to report in case of failure.
1111
[Issue #1041 - ModSecurity team]
1212
* Stop buffering when the request is larger than SecRequestBodyLimit
1313
in ProcessPartial mode
1414
[Issue #709, #705, #728 - Justin Gerace and ModSecurity team]
15-
* Extanded Lua support to include version 5.3
15+
* Extended Lua support to include version 5.3
1616
[Issue #837, #762, #814 - Athmane Madjoudj and ModSecurity team]
17-
* mlogc: Allow user to choose between TLS versions (TLSProtocol option
17+
* mlogc: Allows user to choose between TLS versions (TLSProtocol option
1818
introduced).
1919
[Issue #881 - Ishwor Gurung]
20-
* Allow mod_proxy's "nocanon" behavior to be specified in proxy actions
21-
and Perform the intercept_action as well as the disruptive actions.
20+
* Allows mod_proxy's "nocanon" behavior to be specified in proxy actions
2221
[Issue #1031, #961, #763 - Mario D. Santana and ModSecurity team]
23-
* Refactoring conditional directives for if wrappers, alternative if
24-
statements and incomplete if conditions.
22+
* Refactoring conditional #if/#defs directives.
2523
[Issue #996 - Wesley M and ModSecurity team]
2624
* mlogc-batch-load.pl.in: fix searching SecAuditLogStorageDir
2725
files with Apache 2.4
2826
[Issue #775 - Elia Pinto]
2927
* Understands IIS 10 as compatible on Windows installer.
3028
[Issue #931 - Anton Serbulov, Pavel Vasilevich and ModSecurity team]
31-
* Fix apache logging limitation by using correct apache call.
29+
* Fix apache logging limitation by using correct Apache call.
3230
[Issue #840 - Christian Folini]
3331
* Fix apr_crypto.h check on 32-bit Linux platform
3432
[Issue #882, #883 - Kurt Newman]

apache2/msc_release.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838

3939
#define MODSEC_VERSION_MAJOR "2"
4040
#define MODSEC_VERSION_MINOR "9"
41-
#define MODSEC_VERSION_MAINT "0"
41+
#define MODSEC_VERSION_MAINT "1"
4242
#define MODSEC_VERSION_TYPE ""
43-
#define MODSEC_VERSION_RELEASE ""
43+
#define MODSEC_VERSION_RELEASE "-RC1"
4444

4545
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE
4646

iis/installer.wxs

+1-1
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.0" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
10+
<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">
1111
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
1212
<?define ProductName = "ModSecuirty IIS" ?>
1313
<?if $(sys.BUILDARCH) = x64 ?>

0 commit comments

Comments
 (0)