diff --git a/CHANGES b/CHANGES index 06945e73..d3c85e43 100644 --- a/CHANGES +++ b/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. @@ -7,6 +7,10 @@ * Cleanup build system for mlogc. + +03 Aug 2009 - 2.5.10-dev1 +------------------------- + * Allow mlogc to periodically flush memory pools. * Using nolog,auditlog will now log the "Message:" line to the auditlog, but diff --git a/apache2/msc_release.h b/apache2/msc_release.h index 5e395989..11d7a8ba 100644 --- a/apache2/msc_release.h +++ b/apache2/msc_release.h @@ -50,7 +50,7 @@ extern DSOLOCAL modsec_build_type_rec modsec_build_type[]; #define MODSEC_VERSION_MINOR "5" #define MODSEC_VERSION_MAINT "10" #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 diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index e0ca08b9..429b855b 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -6,7 +6,7 @@ Manual - Version 2.5.10 (Aug 3, 2009) + Version 2.5.10-dev2 (Aug 12, 2009) 2004-2009