Skip to content

Commit b878ece

Browse files
author
Felipe Zimmerle
committed
Version 2.9.2
Increasing version to 2.9.2 (final)
1 parent 1e8b466 commit b878ece

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGES

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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+
95107
09 Mar 2016 - 2.9.1
96108
-------------------
97109

apache2/msc_release.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

0 commit comments

Comments
 (0)