From 47058839aa12f1285ca78ff825deb32025d3c21b Mon Sep 17 00:00:00 2001 From: ivanr Date: Thu, 8 Mar 2007 12:02:30 +0000 Subject: [PATCH] Updated version number to 2.1.1-dev2 --- CHANGES | 10 +++++----- apache2/modsecurity.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index c5d56e39..58c07a9b 100644 --- a/CHANGES +++ b/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. diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 4109443b..d5e44dde 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.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