2.1.1-rc1

This commit is contained in:
ivanr
2007-03-11 19:56:44 +00:00
parent a5feafb66b
commit 98632360a5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
08 Mar 2007 - 2.1.1-dev5
------------------------
11 Mar 2007 - 2.1.1-rc1
-----------------------
* Fixed potential memory corruption when expanding macros.
* Fixed error when a collection var was fetched in the same second as creation
by setting the rate to zero.
* Fixed error when a collection was retrieved from storage in the same second
as creation by setting the rate to zero.
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms.

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.1-dev5"
#define MODULE_RELEASE "2.1.1-rc1"
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
#define PHASE_REQUEST_HEADERS 1