mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Update version for 2.5.10-dev2.
This commit is contained in:
8
CHANGES
8
CHANGES
@@ -1,5 +1,5 @@
|
|||||||
03 Aug 2009 - 2.5.10
|
12 Aug 2009 - 2.5.10-dev2
|
||||||
--------------------
|
-------------------------
|
||||||
|
|
||||||
* Fixed crash on configuration if SecMarker is used before any rules.
|
* Fixed crash on configuration if SecMarker is used before any rules.
|
||||||
|
|
||||||
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
* Cleanup build system for mlogc.
|
* Cleanup build system for mlogc.
|
||||||
|
|
||||||
|
|
||||||
|
03 Aug 2009 - 2.5.10-dev1
|
||||||
|
-------------------------
|
||||||
|
|
||||||
* Allow mlogc to periodically flush memory pools.
|
* Allow mlogc to periodically flush memory pools.
|
||||||
|
|
||||||
* Using nolog,auditlog will now log the "Message:" line to the auditlog, but
|
* Using nolog,auditlog will now log the "Message:" line to the auditlog, but
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ extern DSOLOCAL modsec_build_type_rec modsec_build_type[];
|
|||||||
#define MODSEC_VERSION_MINOR "5"
|
#define MODSEC_VERSION_MINOR "5"
|
||||||
#define MODSEC_VERSION_MAINT "10"
|
#define MODSEC_VERSION_MAINT "10"
|
||||||
#define MODSEC_VERSION_TYPE "-dev"
|
#define MODSEC_VERSION_TYPE "-dev"
|
||||||
#define MODSEC_VERSION_RELEASE "1"
|
#define MODSEC_VERSION_RELEASE "2"
|
||||||
|
|
||||||
#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.10 (Aug 3, 2009)</releaseinfo>
|
<releaseinfo>Version 2.5.10-dev2 (Aug 12, 2009)</releaseinfo>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2004-2009</year>
|
<year>2004-2009</year>
|
||||||
|
|||||||
Reference in New Issue
Block a user