]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorGraham Leggett <minfrin@apache.org>
Tue, 18 Sep 2018 21:14:07 +0000 (21:14 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 18 Sep 2018 21:14:07 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841260 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 93ef15369b49d41a6545dabf3cebabd357b35b4d..d01a468b33e6789b85fafbcd8e13f875a0aa7feb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
+      trunk patch: http://svn.apache.org/r1836276
+      2.4.x patch: svn merge -c 1836276 ^/httpd/httpd/trunk .
+      +1: jim, ylavic, minfrin
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -175,11 +180,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redis.patch
       +1: jim,
 
-   *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
-      trunk patch: http://svn.apache.org/r1836276
-      2.4.x patch: svn merge -c 1836276 ^/httpd/httpd/trunk .
-      +1: jim, ylavic
-
   *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
      before signals handling to avoid lifetime issues on restart or shutdown.
      PR 62658.