Commit 7a5e2b9e authored by Jim Jagielski's avatar Jim Jagielski
Browse files

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
parent 2e55544f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 <jpazdziora redhat.com>,
     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 <k.j.chernov gmail.com>]
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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 */