Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad9257c

Browse files
author
Felipe Zimmerle
committed
Version 2.9.1
Increasing version to 2.9.1 and performed small fixes on theCHANGES file
1 parenta157ac2 commitad9257c

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

‎CHANGES‎

Lines changed: 11 additions & 13 deletions
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 (orparalel index) respecting the
7-
permission configured with SecAuditLogFileMode, before, it was used
8-
only to save the transactions while inparalel mode.
6+
* Creating AuditLog serial file (orparallel index) respecting the
7+
permission configured with SecAuditLogFileMode. Previously, it was
8+
usedonly to save the transactions while inparallel 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 correctapache call.
29+
* Fix apache logging limitation by using correctApache 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‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838

3939
#defineMODSEC_VERSION_MAJOR "2"
4040
#defineMODSEC_VERSION_MINOR "9"
41-
#defineMODSEC_VERSION_MAINT "0"
41+
#defineMODSEC_VERSION_MAINT "1"
4242
#defineMODSEC_VERSION_TYPE ""
43-
#defineMODSEC_VERSION_RELEASE ""
43+
#defineMODSEC_VERSION_RELEASE "-RC1"
4444

4545
#defineMODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE
4646

‎iis/installer.wxs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lightArgs:
88
-->
99
<Wixxmlns="http://schemas.microsoft.com/wix/2006/wi"xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
10-
<ProductId="22B04FDB-9BAB-46B0-87B8-A39544ECECD3"Name="ModSecurity IIS"Language="1033"Version="2.9.0"Manufacturer="ModSecurity"UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
10+
<ProductId="22B04FDB-9BAB-46B0-87B8-A39544ECECD3"Name="ModSecurity IIS"Language="1033"Version="2.9.1.1"Manufacturer="ModSecurity"UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
1111
<PackageDescription="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)

[8]ページ先頭

©2009-2025 Movatter.jp