From 98632360a520c9d94e116e420d132014e3c9fc58 Mon Sep 17 00:00:00 2001 From: ivanr Date: Sun, 11 Mar 2007 19:56:44 +0000 Subject: [PATCH] 2.1.1-rc1 --- CHANGES | 8 ++++---- apache2/modsecurity.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 52cbe517..39c0d133 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 061b5cdd..6f0dabbd 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -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