]> granicus.if.org Git - apache/commitdiff
Get ready to tag 2.4.17
authorJim Jagielski <jim@apache.org>
Fri, 9 Oct 2015 17:24:40 +0000 (17:24 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 9 Oct 2015 17:24:40 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1707772 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 8d1e3fda27bf1eb5e41561e247400daeb2f6b762..020aea1a49f5dcb43ba53f1d5d30ac0e22ae2f1f 100644 (file)
--- 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 <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>]
diff --git a/STATUS b/STATUS
index 4b69c4b78bbb64368fa1da2d83e7335958296c84..4370d0af9ef2e854d62c9b9dc40f127ea120a4ff 100644 (file)
--- 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.
index 051f28aff59b5cf247a3c8be6a440aa4407cdb64..0b49ada5eee0efaaa2652c2941d1ee3e14a843a3 100644 (file)
@@ -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 */