mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Update versions for release of 2.1.3.
This commit is contained in:
14
CHANGES
14
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.
|
* Allow mod_rpaf and mod_extract_forwarded2 to work before ModSecurity.
|
||||||
|
|
||||||
* Quiet some compiler warnings.
|
* Quiet some compiler warnings.
|
||||||
|
|
||||||
|
|
||||||
10 Aug 2007 - 2.1.3-rc1
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
* Do not block internal ErrorDocument requests.
|
* Do not block internal ErrorDocument requests.
|
||||||
|
|
||||||
* Added ability to compile without an external API (use -DNO_MODSEC_API).
|
* 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.
|
* Cleaned up and clarified some documentation.
|
||||||
|
|
||||||
|
|||||||
@@ -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.3-rc2"
|
#define MODULE_RELEASE "2.1.3"
|
||||||
#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
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<title>ModSecurity Reference Manual</title>
|
<title>ModSecurity Reference Manual</title>
|
||||||
|
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
<releaseinfo>Version 2.1.3-rc2 / (Aug 22, 2007)</releaseinfo>
|
<releaseinfo>Version 2.1.3 / (Sep 5, 2007)</releaseinfo>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004-2007</year>
|
<year>2004-2007</year>
|
||||||
|
|||||||
Reference in New Issue
Block a user