File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 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]
46 * Best practice: Initialize msre_var pointers
57 [Commit fbd57 - Allan Boll]
68 * nginx: Obtain port from r->connection->local_sockaddr.
@@ -44,6 +46,7 @@ DD MMM YYYY - 2.9.2 - To be released
4446 [Issue #1067 - Marc Stern]
4547 * {dis|en}able-dechunk-logging: Option to disable logging of
4648 dechunking in audit log when log level < 9.
49+ [Issue #1068 - Marc Stern]
4750 * Updates libinjection to: da027ab52f9cf14401dd92e34e6683d183bdb3b4
4851 [ModSecurity team]
4952 * {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
9295 * Treat APR_INCOMPLETE as APR_EOF while receiving the request body.
9396 [Issue #1060, #334 - Alexey Sintsov]
9497
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+
9510709 Mar 2016 - 2.9.1
96108-------------------
97109
Original file line number Diff line number Diff line change 3838
3939#define MODSEC_VERSION_MAJOR "2"
4040#define MODSEC_VERSION_MINOR "9"
41- #define MODSEC_VERSION_MAINT "1 "
41+ #define MODSEC_VERSION_MAINT "2 "
4242#define MODSEC_VERSION_TYPE ""
4343#define MODSEC_VERSION_RELEASE ""
4444
You can’t perform that action at this time.
0 commit comments