You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2006/05/27 15:02:58 UTC

svn commit: r409827 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Sat May 27 06:02:57 2006
New Revision: 409827

URL: http://svn.apache.org/viewvc?rev=409827&view=rev
Log:
review/vote for a few patches

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=409827&r1=409826&r2=409827&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat May 27 06:02:57 2006
@@ -76,6 +76,19 @@
 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 @@
           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 @@
           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 @@
           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