Update versions for release of 2.1.3.

This commit is contained in:
brectanus
2007-09-06 00:08:45 +00:00
parent 9056221c8d
commit 40c3671306
3 changed files with 8 additions and 10 deletions

14
CHANGES
View File

@@ -1,21 +1,19 @@
22 Aug 2007 - 2.1.3-rc2
-----------------------
05 Sep 2007 - 2.1.3
-------------------
* Updated multipart parsing code.
* Allow mod_rpaf and mod_extract_forwarded2 to work before ModSecurity.
* Quiet some compiler warnings.
10 Aug 2007 - 2.1.3-rc1
-----------------------
* Do not block internal ErrorDocument requests.
* Added ability to compile without an external API (use -DNO_MODSEC_API).
27 July 2007 - 2.1.2
--------------------
27 Jul 2007 - 2.1.2
-------------------
* Cleaned up and clarified some documentation.

View File

@@ -48,7 +48,7 @@ typedef struct msc_string msc_string;
#include "http_protocol.h"
#define MODULE_NAME "ModSecurity"
#define MODULE_RELEASE "2.1.3-rc2"
#define MODULE_RELEASE "2.1.3"
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
#define PHASE_REQUEST_HEADERS 1

View File

@@ -3,7 +3,7 @@
<title>ModSecurity Reference Manual</title>
<articleinfo>
<releaseinfo>Version 2.1.3-rc2 / (Aug 22, 2007)</releaseinfo>
<releaseinfo>Version 2.1.3 / (Sep 5, 2007)</releaseinfo>
<copyright>
<year>2004-2007</year>