diff --git a/CHANGES b/CHANGES index d9c4989f..317540a2 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 338b07eb..71964d8c 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -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 diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index d9888131..388e8622 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -3,7 +3,7 @@ ModSecurity Reference Manual - Version 2.1.3-rc2 / (Aug 22, 2007) + Version 2.1.3 / (Sep 5, 2007) 2004-2007