Prepare for 2.1.5 final release.

This commit is contained in:
brectanus
2008-01-10 23:16:05 +00:00
parent d646be9b44
commit ac69209fab
3 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
21 Dec 2007 - 2.1.5-rc1 10 Jan 2007 - 2.1.5
----------------------- -------------------
* Updated included Core Ruleset to version 1.5.1. * Updated included Core Ruleset to version 1.5.1.
* Phase 5 rules can now be removed via SecRuleRemoveBy* directives.
* Fixed issue where only the first phase 5 rule would run when the * Fixed issue where only the first phase 5 rule would run when the
request was intercepted in an earlier phase. request was intercepted in an earlier phase.

View File

@@ -48,7 +48,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.5-rc1" #define MODULE_RELEASE "2.1.5"
#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

View File

@@ -3,7 +3,7 @@
<title>ModSecurity Reference Manual</title> <title>ModSecurity Reference Manual</title>
<articleinfo> <articleinfo>
<releaseinfo>Version 2.1.5-rc1 / (December 21, 2007)</releaseinfo> <releaseinfo>Version 2.1.5 / (Jan 10, 2007)</releaseinfo>
<copyright> <copyright>
<year>2004-2007</year> <year>2004-2007</year>