mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-10 02:04:36 +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
|
* Fixed a potential division by zero error when a collection was fetched from
|
||||||
by setting the rate to zero.
|
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
|
* Fixed the faulty REQUEST_FILENAME variable, which used to change
|
||||||
the internal Apache structures by mistake.
|
the internal Apache structures by mistake.
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ typedef struct msc_string msc_string;
|
|||||||
#include "http_protocol.h"
|
#include "http_protocol.h"
|
||||||
|
|
||||||
#define MODULE_NAME "ModSecurity"
|
#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 MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
|
||||||
|
|
||||||
#define PHASE_REQUEST_HEADERS 1
|
#define PHASE_REQUEST_HEADERS 1
|
||||||
|
|||||||
Reference in New Issue
Block a user