]> granicus.if.org Git - apache/commitdiff
vote/promote
authorEric Covener <covener@apache.org>
Mon, 29 Aug 2016 21:08:46 +0000 (21:08 +0000)
committerEric Covener <covener@apache.org>
Mon, 29 Aug 2016 21:08:46 +0000 (21:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1758302 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4069076f96fd9919ff5a183d4159a314aa37d928..f3a19d0e6c324ce5a1dfbaff40532ae5834ae267 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,6 +117,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
+     the health check worker.
+     Trunk version of patch:
+      http://svn.apache.org/r1757662
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      CHANGES in http://svn.apache.org/r1757663
+     +1: rpluem, jim, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -193,15 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
      +1: ylavic
 
-  *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
-     the health check worker.
-     Trunk version of patch:
-      http://svn.apache.org/r1757662
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      CHANGES in http://svn.apache.org/r1757663
-     +1: rpluem, jim
-
    * mod_cgid: Wrong CGI process killed when a small CGI response is followed
      by another CGI request, because of min bytes to write in core output filter
      delaying the pool cleanup.  Likely fixes PR57771 too.