Update CHANGES and msc_release.h

This commit is contained in:
brenosilva 2012-10-14 23:56:31 +00:00
parent 6335e5426c
commit 8fd1c0f76e
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,12 @@
* Fixed Errors compiling NGINX version.
* Added Include directive into standalone module. IIS and NGINX module should
support Include directive like Apache2.
* Added MULTIPART_INVALID_PART flag. Also used in rule id 200002 for multipart strict
validation.
* Updated Reference Manual.
25 Sep 2012 - 2.6.8

View File

@ -39,8 +39,8 @@
#define MODSEC_VERSION_MAJOR "2"
#define MODSEC_VERSION_MINOR "7"
#define MODSEC_VERSION_MAINT "0"
#define MODSEC_VERSION_TYPE "-rc"
#define MODSEC_VERSION_RELEASE "3"
#define MODSEC_VERSION_TYPE ""
#define MODSEC_VERSION_RELEASE ""
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE