You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/03/24 17:30:04 UTC

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

Author: covener
Date: Fri Mar 24 17:30:04 2017
New Revision: 1788507

URL: http://svn.apache.org/viewvc?rev=1788507&view=rev
Log:
vote/promote some of the bigger backports


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=1788507&r1=1788506&r2=1788507&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Mar 24 17:30:04 2017
@@ -115,15 +115,21 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
+  [ start all new proposals below, under PATCHES PROPOSED. ]
+
+  *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
+     computing and using the same entity key according to when the cache
+     checks, loads and saves the request.  PR 60577.
+     trunk patch: http://svn.apache.org/r1783842
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, jim, covener
+
   *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
      in use (ProxyHCTPsize > 0).  PR 60071.
      trunk patch: http://svn.apache.org/r1779573
      2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim
-
-PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
-  [ start all new proposals below, under PATCHES PROPOSED. ]
-
+     +1: ylavic, jim, covener (desk-check only)
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -161,13 +167,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: +1 with http://svn.apache.org/r1788430, fixing the merge of
              SSLOCSPNoverify and capitalizing as suggested above.
 
-  *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
-     computing and using the same entity key according to when the cache
-     checks, loads and saves the request.  PR 60577.
-     trunk patch: http://svn.apache.org/r1783842
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim
-
   *) mod_proxy_hcheck: Honor checks in Vhosts
      trunk patch: http://svn.apache.org/r1784203
                   http://svn.apache.org/r1784205