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