]> granicus.if.org Git - apache/commitdiff
vote
authorEric Covener <covener@apache.org>
Sat, 30 Aug 2014 12:47:16 +0000 (12:47 +0000)
committerEric Covener <covener@apache.org>
Sat, 30 Aug 2014 12:47:16 +0000 (12:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1621451 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d51a038bb9ab1d5f6b59752e27894b628a9af6d8..6213e755d84d722a3ed1891a2eb61835e4ea763a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -101,7 +101,31 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent
+     apr_bucket_delete(e) to reduce code verbosity
+     trunk patch: http://svn.apache.org/r1615026
+     2.4.x patch: trunk patch works
+     +1: jailletc36, ylavic, covener
+
+   * mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On"
+     hang until proxy timeout.  PR53420
+     Regression from 2.2. It was introduced by r912063 in order to fix PR41646.
+     trunk patch: http://svn.apache.org/r1615289
+                  http://svn.apache.org/r1620324
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: rjung, ylavic, covener
 
+   * mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the
+     application.  PR 56858.
+     trunk patch: http://svn.apache.org/r1618401
+     2.4.x patch: trunk works modulo CHANGES
+     +1: trawick, ylavic, covener
+
+   * core: Avoid useless warning message when parsing a section guarded by
+     <IfDefine foo> if $(foo) is used within the section.  PR56858
+     trunk patch: http://svn.apache.org/r1618541
+     2.4.x patch: trunk patch works (modulo CHANGES)
+     +1: jailletc36, ylavic, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -210,20 +234,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works + CHANGES referencing 2.4.10 regression
      +1: covener
 
-   * Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent
-     apr_bucket_delete(e) to reduce code verbosity
-     trunk patch: http://svn.apache.org/r1615026
-     2.4.x patch: trunk patch works
-     +1: jailletc36, ylavic
-
-   * mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On"
-     hang until proxy timeout.  PR53420
-     Regression from 2.2. It was introduced by r912063 in order to fix PR41646.
-     trunk patch: http://svn.apache.org/r1615289
-                  http://svn.apache.org/r1620324
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: rjung, ylavic
-
    * mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade
      failed) messages from ERROR to TRACE1.  Other filters do not bother
      re-reporting failures from lower level filters.  PR56832.
@@ -231,18 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1 covener, ylavic
 
-   * mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the
-     application.  PR 56858.
-     trunk patch: http://svn.apache.org/r1618401
-     2.4.x patch: trunk works modulo CHANGES
-     +1: trawick, ylavic
-
-   * core: Avoid useless warning message when parsing a section guarded by
-     <IfDefine foo> if $(foo) is used within the section.  PR56858
-     trunk patch: http://svn.apache.org/r1618541
-     2.4.x patch: trunk patch works (modulo CHANGES)
-     +1: jailletc36, ylavic
-
    * authz_core: Let providers defined with AuthzProviderAlias be useable in 
      virtual hosts. PR56870
      trunk patch: http://svn.apache.org/r1618851