File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- DD MMM YYYY - 2.9.2 - To be released
2
- ------------------------------------
3
-
1
+ 18 Jul 2017 - 2.9.2
2
+ -------------------
3
+
4
+ * IIS build refactoring and dependencies update
5
+ [Issue #1487 - @victorhora]
4
6
* Best practice: Initialize msre_var pointers
5
7
[Commit fbd57 - Allan Boll]
6
8
* nginx: Obtain port from r->connection->local_sockaddr.
@@ -44,6 +46,7 @@ DD MMM YYYY - 2.9.2 - To be released
44
46
[Issue #1067 - Marc Stern]
45
47
* {dis|en}able-dechunk-logging: Option to disable logging of
46
48
dechunking in audit log when log level < 9.
49
+ [Issue #1068 - Marc Stern]
47
50
* Updates libinjection to: da027ab52f9cf14401dd92e34e6683d183bdb3b4
48
51
[ModSecurity team]
49
52
* {dis|en}able-handler-logging: Option to disable logging of Apache handler
@@ -92,6 +95,15 @@ DD MMM YYYY - 2.9.2 - To be released
92
95
* Treat APR_INCOMPLETE as APR_EOF while receiving the request body.
93
96
[Issue #1060, #334 - Alexey Sintsov]
94
97
98
+
99
+ Security issues
100
+
101
+ * Allan Boll reported an uninitialized variable that may lead to a crash on
102
+ Windows platform.
103
+ * Brian Adeloye reported an infinite loop on the version of libinjection used
104
+ on ModSecurity 2.9.1.
105
+
106
+
95
107
09 Mar 2016 - 2.9.1
96
108
-------------------
97
109
Original file line number Diff line number Diff line change 38
38
39
39
#define MODSEC_VERSION_MAJOR "2"
40
40
#define MODSEC_VERSION_MINOR "9"
41
- #define MODSEC_VERSION_MAINT "1 "
41
+ #define MODSEC_VERSION_MAINT "2 "
42
42
#define MODSEC_VERSION_TYPE ""
43
43
#define MODSEC_VERSION_RELEASE ""
44
44
You can’t perform that action at this time.
0 commit comments