You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/08/30 14:47:16 UTC

svn commit: r1621451 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sat Aug 30 12:47:16 2014
New Revision: 1621451

URL: http://svn.apache.org/r1621451
Log:
vote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1621451&r1=1621450&r2=1621451&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Aug 30 12:47:16 2014
@@ -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