mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-08 17:28:31 +03:00
Updated version number to 2.1.1-dev2
This commit is contained in:
10
CHANGES
10
CHANGES
@@ -1,11 +1,11 @@
|
||||
|
||||
01 Mar 2007 - 2.1.x
|
||||
-------------------
|
||||
08 Mar 2007 - 2.1.1-dev2
|
||||
------------------------
|
||||
|
||||
* Fixed error when a collection var was fetched in the same second as creation
|
||||
by setting the rate to zero.
|
||||
* Fixed a potential division by zero error when a collection was fetched from
|
||||
storage within one second of it being created.
|
||||
|
||||
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms
|
||||
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms.
|
||||
|
||||
* Fixed the faulty REQUEST_FILENAME variable, which used to change
|
||||
the internal Apache structures by mistake.
|
||||
|
||||
@@ -50,7 +50,7 @@ typedef struct msc_string msc_string;
|
||||
#include "http_protocol.h"
|
||||
|
||||
#define MODULE_NAME "ModSecurity"
|
||||
#define MODULE_RELEASE "2.1.x"
|
||||
#define MODULE_RELEASE "2.1.1-dev2"
|
||||
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
|
||||
|
||||
#define PHASE_REQUEST_HEADERS 1
|
||||
|
||||
Reference in New Issue
Block a user