]> granicus.if.org Git - apache/commitdiff
vote/promote some of the bigger backports
authorEric Covener <covener@apache.org>
Fri, 24 Mar 2017 17:30:04 +0000 (17:30 +0000)
committerEric Covener <covener@apache.org>
Fri, 24 Mar 2017 17:30:04 +0000 (17:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788507 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6e545ae78a8ddc30f6e144f5cf7737b8d6545724..214b94db315c05551ae642a978bec84afc75cac6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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