]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, and move up.
authorPaul Querna <pquerna@apache.org>
Sat, 1 Apr 2006 18:11:21 +0000 (18:11 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 1 Apr 2006 18:11:21 +0000 (18:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390711 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8ab6c46fec569c306f4266c841027341fcf5233e..68ffabb900aed429f61019ca4dd530d936d1643e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -73,6 +73,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_proxy: Fix PR38403 (Child-Thread uses 100%CPU usage, mod_proxy ?)
+      due to incorrect usage of local and shared worker inits and
+      information.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs?rev=377738&view=rev
+         http://svn.apache.org/viewcvs?rev=377780&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, jim, pquerna
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_dbd: When threaded, create a private pool in child_init
@@ -89,16 +100,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
                      This can not be backported to 2.2.
 
-    * mod_proxy: Fix PR38403 (Child-Thread uses 100%CPU usage, mod_proxy ?)
-      due to incorrect usage of local and shared worker inits and
-      information.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs?rev=377738&view=rev
-         http://svn.apache.org/viewcvs?rev=377780&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, jim
-
     * mod_isapi: Trivial compiler emit fixes for const'ness - noticed on OS/X
       Correct lvalue assignments (lvalue casts not allowed) - noticed on Sol.
       Resolve use of SetLastError with apr_set_os_error() and axe MAKEFILE