]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Fri, 7 Oct 2016 22:20:36 +0000 (22:20 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 7 Oct 2016 22:20:36 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1763845 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5b524f8b55b7efff1145cda98b6ef6fc83afe3e7..650ac0060348677066fe136728c0c535c66a2eb3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,6 +117,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy_fcgi: read the whole FCGI response even for HTTP Precondition
+     failed (412) responses to avoid subsequent bogus reads and
+     confusing error messages logged.
+     trunk patch: http://svn.apache.org/r1759984
+                  http://svn.apache.org/r1760018
+     2.4.x patch: trunk works
+     +1 elukey, jim, ylavic
+
+  *) mod_proxy: add log trace points to help users diagnose problems with
+     ProxyPass[Match].
+     trunk patch: http://svn.apache.org/r1762517
+     2.4.x patch: trunk works (modulo aplog numbers)
+     +1: jchampion, jim, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -210,24 +223,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 added to CFLAGS because when combined with -Wstrict-prototypes,
                 the AC_LANG_PROGRAM won't compile (it uses a bare main()).
 
-  *) mod_proxy_fcgi: read the whole FCGI response even for HTTP Precondition
-     failed (412) responses to avoid subsequent bogus reads and
-     confusing error messages logged.
-     trunk patch: http://svn.apache.org/r1759984
-                  http://svn.apache.org/r1760018
-     2.4.x patch: trunk works
-     +1 elukey, jim
-
-  *) mod_proxy: add log trace points to help users diagnose problems with
-     ProxyPass[Match].
-     trunk patch: http://svn.apache.org/r1762517
-     2.4.x patch: trunk works (modulo aplog numbers)
-     +1: jchampion, jim
-
   *) event: Don't assume sizeof.
      trunk patch: http://svn.apache.org/r1732228
      2.4.x patch: trunk works
-     +1: jim
+     +1: jim, ylavic
 
 PATCHES/ISSUES THAT ARE BEING WORKED