]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
review/vote for a few patches
authorJeff Trawick <trawick@apache.org>
Sat, 27 May 2006 13:02:57 +0000 (13:02 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 27 May 2006 13:02:57 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409827 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c680268bbdda0536281a8cb6e0920ad085d4e8ba..e7ed2adedca47530eac0be3b60bbcb20fb0e6fcd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -76,6 +76,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_autoindex: Fix filename HTML-escaping for !FancyIndexing.
+       http://svn.apache.org/viewvc?view=rev&revision=407265
+    PR: 38910
+    +1: jorton, rpluem, trawick
+
+    * Worker and event MPMs: Fix for missing code in handling of
+      GracefulShutdownTimeout.  PR 38621.
+        Trunk version of patch:
+          http://svn.apache.org/viewvc?view=rev&revision=377291
+        2.2.x version of patch:
+          http://issues.apache.org/bugzilla/attachment.cgi?id=18356
+      +1: chrisd, rpluem, trawick
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Add optional 'scheme://' part to ServerName directive for cases
@@ -105,12 +118,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           http://svn.apache.org/viewcvs?rev=399388&view=rev
         2.2.x version of patch:
           Trunk version works
-      +1 rpluem
-
-    * mod_autoindex: Fix filename HTML-escaping for !FancyIndexing.
-       http://svn.apache.org/viewvc?view=rev&revision=407265
-    PR: 38910
-    +1: jorton, rpluem
+      +1 rpluem, trawick
 
     * configure: Add "--with-included-apr" flag to force use of
     bundled version of APR/APR-util rather than any installed
@@ -128,14 +136,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           Trunk version works
       +1: rpluem
 
-    * Worker and event MPMs: Fix for missing code in handling of
-      GracefulShutdownTimeout.  PR 38621.
-        Trunk version of patch:
-          http://svn.apache.org/viewvc?view=rev&revision=377291
-        2.2.x version of patch:
-          http://issues.apache.org/bugzilla/attachment.cgi?id=18356
-      +1: chrisd, rpluem
-
     * Worker MPM: On graceless shutdown or restart, send signals to
       each worker thread to wake them up if they're polling on a
       Keep-Alive connection.  PR 38737.
@@ -143,5 +143,5 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           http://svn.apache.org/viewvc?view=rev&revision=409715
         2.2.x version of patch:
           http://issues.apache.org/bugzilla/attachment.cgi?id=18355
-      +1: chrisd
+      +1: chrisd, trawick