From: Jim Jagielski Date: Fri, 10 Jul 2015 20:25:38 +0000 (+0000) Subject: and we are 2.4.17-dev X-Git-Tag: 2.4.17~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ce073877264dbac61b2a011b882f2f48982b4b;p=thirdparty%2Fapache%2Fhttpd.git and we are 2.4.17-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690308 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 62a4702f16c..12303109661 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.4.17 + + Changes with Apache 2.4.16 *) http: Fix LimitRequestBody checks when there is no more bytes to read. diff --git a/STATUS b/STATUS index 3f8a1029642..398e646f19f 100644 --- a/STATUS +++ b/STATUS @@ -34,6 +34,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.17 : In development. 2.4.16 : Tagged on July 9, 2015. 2.4.15 : Tagged on June 19, 2015. Not released. 2.4.14 : Tagged on June 11, 2015. Not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index 084db614bd7..bf0e231644d 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index f7542cf8faa..051f28aff59 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 16 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 17 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */