mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Update versions for tagging 2.5.7-rc1.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,5 +1,5 @@
|
|||||||
17 Sep 2008 - 2.5.7-dev1
|
17 Sep 2008 - 2.5.7-rc1
|
||||||
------------------------
|
-----------------------
|
||||||
|
|
||||||
* Fixed XML DTD/Schema validation which will now fail after request body
|
* Fixed XML DTD/Schema validation which will now fail after request body
|
||||||
processing errors, even if the XML parser returns a document tree.
|
processing errors, even if the XML parser returns a document tree.
|
||||||
|
|||||||
@@ -46,10 +46,10 @@ typedef struct modsec_build_type_rec {
|
|||||||
extern DSOLOCAL modsec_build_type_rec modsec_build_type[];
|
extern DSOLOCAL modsec_build_type_rec modsec_build_type[];
|
||||||
|
|
||||||
#define MODSEC_VERSION_MAJOR "2"
|
#define MODSEC_VERSION_MAJOR "2"
|
||||||
#define MODSEC_VERSION_MINOR "6"
|
#define MODSEC_VERSION_MINOR "5"
|
||||||
#define MODSEC_VERSION_MAINT "0"
|
#define MODSEC_VERSION_MAINT "7"
|
||||||
#define MODSEC_VERSION_TYPE "-trunk"
|
#define MODSEC_VERSION_TYPE "-rc"
|
||||||
#define MODSEC_VERSION_RELEASE ""
|
#define MODSEC_VERSION_RELEASE "1"
|
||||||
|
|
||||||
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE
|
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
Manual</title>
|
Manual</title>
|
||||||
|
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
<releaseinfo>Version 2.5.7-dev1 (September 5, 2008)</releaseinfo>
|
<releaseinfo>Version 2.5.7-rc1 (September 17, 2008)</releaseinfo>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004-2008</year>
|
<year>2004-2008</year>
|
||||||
|
|||||||
Reference in New Issue
Block a user