]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote
authorRuediger Pluem <rpluem@apache.org>
Fri, 30 May 2008 22:11:12 +0000 (22:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 30 May 2008 22:11:12 +0000 (22:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661897 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5b1dbcb8c4d4273b5c0bb409a1c545f1bee755c8..a6012dc2574b9e7736e5abe2d095dc5340bdc486 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,31 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * prefork: prefork's apr_pollset_poll() loop-on-EINTR loop was not checking
+  die_now; the child holding the mutex will not die immediately if poll
+  fails with EINTR, and will hence appear to "hang" until a new connection
+  is recevied.
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=613260
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+    +1: jim, jorton, rpluem
+
+ * prefork: Unlock mutex before terminating.
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=613252
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+    +1: jim, jorton, rpluem
+
+ * prefork: Stop processing new connections if shutdown_pending is set,
+   i.e. when SIGTERM is received in single-process mode.
+   PR 38848
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=552029
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+    +1: jim, jorton, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -149,32 +174,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        Trunk version of patch works
     +1: rpluem, jim
 
- * prefork: prefork's apr_pollset_poll() loop-on-EINTR loop was not checking
-  die_now; the child holding the mutex will not die immediately if poll
-  fails with EINTR, and will hence appear to "hang" until a new connection
-  is recevied.
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?view=rev&revision=613260
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-    +1: jim, jorton, rpluem
-
- * prefork: Unlock mutex before terminating.
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?view=rev&revision=613252
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-    +1: jim, jorton, rpluem
-
- * prefork: Stop processing new connections if shutdown_pending is set,
-   i.e. when SIGTERM is received in single-process mode.
-   PR 38848
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?view=rev&revision=552029
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-    +1: jim, jorton, rpluem
-
  * proxy_balancer: Prevent CSRF attacks against the balancer-manager
    (CVE-2007-6420)
    Trunk version of patch: