]> granicus.if.org Git - apache/commitdiff
some votes
authorDaniel Gruno <humbedooh@apache.org>
Thu, 20 Feb 2014 18:17:48 +0000 (18:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 20 Feb 2014 18:17:48 +0000 (18:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1570293 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 89dea84c1ab0198c2d6c27c5b39f5af9be3417c0..1c10224affb67957225ca9049b1e01f7410c71de 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,7 +98,28 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  
+   * mod_proxy_wstunnel: Handle POLLERR/POLLHUP to avoid busy loop
+     trunk patch: http://svn.apache.org/r1569615
+     2.4.x patch: trunk works
+     +1 covener, jim, humbedooh
+
+  * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
+    5+ instead of just for FreeBSD 5. PR 53824.
+    trunk patch: http://svn.apache.org/r1551685
+    2.4.x patch: trunk patch works after resolving CHANGES conflicts
+    +1: trawick, jim, humbedooh
+
+   * core: Detect incomplete body in HTTP input filter and return
+           APR_INCOMPLETE. PR 55475.
+     trunk patch: http://svn.apache.org/r1538776
+     2.4.x patch: https://people.apache.org/~ylavic/2.4.x-http_filter_incomplete.patch
+     +1: ylavic, jim, humbedooh
+
+  * prefork: PR: 54852. Only use a dummy_connection for idle processes
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
+    2.4.x patch: trunk patch works mod CHANGES
+    +1: jim, covener, humbedooh
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -114,17 +135,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              has been loaded but not used, as any attempt to use mod_auth_form
              without mod_request and mod_session present would cause the very
              same failure. Would a warning in the release notes be good enough?
-
-  * prefork: PR: 54852. Only use a dummy_connection for idle processes
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1542379
-    2.4.x patch: trunk patch works mod CHANGES
-    +1: jim, covener
-
-  * FreeBSD: Disable IPv4-mapped listening sockets by default for versions
-    5+ instead of just for FreeBSD 5. PR 53824.
-    trunk patch: http://svn.apache.org/r1551685
-    2.4.x patch: trunk patch works after resolving CHANGES conflicts
-    +1: trawick, jim
   
   * mod_dir: provide a directive to skip mod_dir processing if any other
     handler has been configured, as in 2.2. 
@@ -174,16 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-certkeyfile-v3.diff
      +1: kbrand
 
-   * core: Detect incomplete body in HTTP input filter and return
-           APR_INCOMPLETE. PR 55475.
-     trunk patch: http://svn.apache.org/r1538776
-     2.4.x patch: https://people.apache.org/~ylavic/2.4.x-http_filter_incomplete.patch
-     +1: ylavic, jim
-
-   * mod_proxy_wstunnel: Handle POLLERR/POLLHUP to avoid busy loop
-     trunk patch: http://svn.apache.org/r1569615
-     2.4.x patch: trunk works
-     +1 covener, jim
 
    *  mod_rewrite: Add RewriteOptions InheritDown, InheritDownBefore,
      and IgnoreInherit to allow RewriteRules to be pushed from parent scopes
@@ -191,7 +191,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR56153. 
      trunk patch: http://svn.apache.org/r1570288
      2.4.x patch: trunk works
-     +1 covener
+     +1 covener, humbedooh
 
 OTHER PROPOSALS