Updated version number to 2.1.1-dev2

This commit is contained in:
ivanr
2007-03-08 12:02:30 +00:00
parent a818b37f98
commit 47058839aa
2 changed files with 6 additions and 6 deletions

10
CHANGES
View File

@@ -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.

View File

@@ -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