You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/12/02 13:45:12 UTC

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

Author: jim
Date: Tue Dec  2 12:45:12 2014
New Revision: 1642854

URL: http://svn.apache.org/r1642854
Log:
promote

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=1642854&r1=1642853&r2=1642854&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Dec  2 12:45:12 2014
@@ -104,11 +104,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   *) SECURITY: CVE-2014-8109 (cve.mitre.org)
      mod_lua: Fix handling of the Require line when a LuaAuthzProvider is
               used in multiple Require directives with different arguments.
@@ -116,7 +111,44 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1642499
      2.4.x patch: trunk works:
      +1 covener, ylavic, jim
-       
+
+   * event: avoid dereferencing a recently apr_pool_clear()'ed 
+     event_conn_state_t *cs when ptrans is being recycled at EOR.
+     trunk patch: http://svn.apache.org/r1638879
+                  http://svn.apache.org/r1640031
+     2.4.x patch: trunk works
+     +1 covener, ylavic, jim
+
+    * event: avoid potentially concurrent access to a 'cs' right as it goes
+      into lingering close.
+      trunk patch: http://svn.apache.org/r1639614
+      2.4.x patch: trunk works
+      +1: covener, ylavic, jim
+
+   * mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
+     determine whether it is a normal close or a real error. PR 57168.
+     trunk patch: http://svn.apache.org/r1635645
+     2.4.x patches: trunk works (modulo CHANGES).
+     +1: ylavic, covener, jim
+
+   * mod_proxy_wstunnel: abort backend connection on polling error to avoid
+     further processing (lingering close, SSL shutdown).
+     trunk patch: http://svn.apache.org/r1635644
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy_wstunnel-aborted.patch
+     +1: ylavic, covener, jim
+
+   * mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error
+     when parsing or forwarding the response fails.
+     trunk patch: http://svn.apache.org/r1640040
+                  http://svn.apache.org/r1640042
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, trawick, jim
+
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
    * mod_proxy: Preserve original request headers even if they differ
                 from the ones to be forwarded to the backend. PR 45387.
      trunk patch: http://svn.apache.org/r1588527
@@ -195,38 +227,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              The new AH* in script_log could also cause parsing issues, but I'm
              fine with this personnaly.
 
-   * event: avoid dereferencing a recently apr_pool_clear()'ed 
-     event_conn_state_t *cs when ptrans is being recycled at EOR.
-     trunk patch: http://svn.apache.org/r1638879
-                  http://svn.apache.org/r1640031
-     2.4.x patch: trunk works
-     +1 covener, ylavic, jim
-
-    * event: avoid potentially concurrent access to a 'cs' right as it goes
-      into lingering close.
-      trunk patch: http://svn.apache.org/r1639614
-      2.4.x patch: trunk works
-      +1: covener, ylavic, jim
-
-   * mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
-     determine whether it is a normal close or a real error. PR 57168.
-     trunk patch: http://svn.apache.org/r1635645
-     2.4.x patches: trunk works (modulo CHANGES).
-     +1: ylavic, covener, jim
-
-   * mod_proxy_wstunnel: abort backend connection on polling error to avoid
-     further processing (lingering close, SSL shutdown).
-     trunk patch: http://svn.apache.org/r1635644
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy_wstunnel-aborted.patch
-     +1: ylavic, covener, jim
-
-   * mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error
-     when parsing or forwarding the response fails.
-     trunk patch: http://svn.apache.org/r1640040
-                  http://svn.apache.org/r1640042
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, trawick, jim
-
    * mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
      trunk patch: http://svn.apache.org/r1640495
      2.4.x patch: trunk works