From 6dcd9705954c9fc0578487f53efda15f6b17ffa6 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 9 Oct 2015 17:24:40 +0000 Subject: [PATCH] Get ready to tag 2.4.17 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707772 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 +++--- STATUS | 2 +- include/ap_release.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 8d1e3fda27..020aea1a49 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.4.17 + *) mod_http2: added donated HTTP/2 implementation via core module. Similar + configuration options to mod_ssl. [Stefan Eissing] + *) mod_proxy: don't recyle backend announced "Connection: close" connections to avoid reusing it should the close be effective after some new request is ready to be sent. [Yann Ylavic] @@ -28,9 +31,6 @@ Changes with Apache 2.4.17 variables. Addresses PR 58020. [Jan Pazdziora , Kaspar Brand] - *) mod_http2: added donated http/2 implementation to build system. Similar - configuration options to mod_ssl. [Stefan Eissing] - *) mod_logio: Fix logging of %^FB (time to first byte) on the first request on an SSL connection. PR 58454. [Konstantin J. Chernov ] diff --git a/STATUS b/STATUS index 4b69c4b78b..4370d0af9e 100644 --- a/STATUS +++ b/STATUS @@ -34,7 +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. Proposed T&R week of Oct 5th. jim will RM. + 2.4.17 : Tagged on October 9, 2015. 2.4.16 : Tagged on July 9, 2015. Released July 15, 2015 2.4.15 : Tagged on June 19, 2015. Not released. 2.4.14 : Tagged on June 11, 2015. Not released. diff --git a/include/ap_release.h b/include/ap_release.h index 051f28aff5..0b49ada5ee 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,7 +44,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 #define AP_SERVER_PATCHLEVEL_NUMBER 17 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 /* Synchronize the above with docs/manual/style/version.ent */ -- 2.40.0