You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2015/10/08 01:19:47 UTC

svn commit: r1707418 - /httpd/httpd/branches/2.4.x/STATUS

Author: trawick
Date: Wed Oct  7 23:19:47 2015
New Revision: 1707418

URL: http://svn.apache.org/viewvc?rev=1707418&view=rev
Log:
vote, promote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1707418&r1=1707417&r2=1707418&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Oct  7 23:19:47 2015
@@ -110,6 +110,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) 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.
+     trunk patch: http://svn.apache.org/r1678763
+                  http://svn.apache.org/r1703807
+                  http://svn.apache.org/r1703813
+     2.4.x patch: trunk works (module CHANGES)
+     +1: ylavic, rjung, trawick
+     ylavic: while at it, I also included r1678763 which is only an
+             optimization, but allows to keep code in sync with trunk.
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -140,17 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              does a minor bump only.
      minfrin: Two new directives need to be documented.
 
-  *) 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.
-     trunk patch: http://svn.apache.org/r1678763
-                  http://svn.apache.org/r1703807
-                  http://svn.apache.org/r1703813
-     2.4.x patch: trunk works (module CHANGES)
-     +1: ylavic, rjung
-     ylavic: while at it, I also included r1678763 which is only an
-             optimization, but allows to keep code in sync with trunk.
-
   *) mod_alias: Introduce expression parser support for Alias, ScriptAlias
      and Redirect. Limit Redirect expressions to directory (Location) context
      and redirect statuses (implicit or explicit).