]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Thu, 31 May 2018 13:20:42 +0000 (13:20 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 31 May 2018 13:20:42 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832608 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7f6513233636fe222040f12886c265c55f05c8e8..fdae7eb119e161fb807439b2fd2e9ff788920d75 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -155,6 +155,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      jailletc36: There should be a compatibility note for the new directives.
                  (done in r1828478)
 
+  *) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
+     used as drop-in replacements for unusable workers in the same load balancer set. This differs
+     from hot standbys which are only used when all workers in a set are unusable. PR 61140.
+     trunk patch: https://svn.apache.org/r1828890
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/hot-spare-2.4.patch
+     +1: jhriggs, jim
+     ylavic: +1 with r1832500.
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -193,14 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-policy.patch
      +1: icing
 
-  *) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
-     used as drop-in replacements for unusable workers in the same load balancer set. This differs
-     from hot standbys which are only used when all workers in a set are unusable. PR 61140.
-     trunk patch: https://svn.apache.org/r1828890
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/hot-spare-2.4.patch
-     +1: jhriggs, jim
-     ylavic: +1 with r1832500.
-
   *) ap_rgetline()+mod_proxy_http: Add and handle AP_GETLINE_NOSPC_EOL flag,
      fixes responses header thrown away on APR_ENOSPC, and allow their size to
      be configured (ResponseFieldSize). PRs 62196, 62198 and 62199.