You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2005/12/07 17:37:43 UTC

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

Author: jerenkrantz
Date: Wed Dec  7 08:37:42 2005
New Revision: 354795

URL: http://svn.apache.org/viewcvs?rev=354795&view=rev
Log:
Vote and move those with > 3 +1s to accepted

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=354795&r1=354794&r2=354795&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Dec  7 08:37:42 2005
@@ -76,42 +76,43 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
     * Backport Win32 build fixes for mod_dbd and mod_authn_dbd
         http://people.apache.org/~colm/httpd-2.2.0-dbd-win32.patch
       +1: colm, pquerna, niq
 
+    * core: Fix recursive ErrorDocument handling
+      http://svn.apache.org/viewcvs.cgi?rev=354118&view=rev
+      PR: 36090
+      +1: niq, rpluem, jerenkrantz
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
     * mod_proxy_balancer: Fix PR37753 (mod_proxy_balancer Stickysession that
       uses URL doesn't work)
       Trunk version of patch:
          http://svn.apache.org/viewcvs.cgi?rev=352010&view=rev
       Backport version for 2.2.x of patch:
          Trunk version of patch works
-      +1: rpluem
+      +1: rpluem, jerenkrantz
 
     * core: Stop stripping C-L from HEAD responses which prevents use
       of Windows Update through mod_proxy amongst other things.
         http://svn.apache.org/viewcvs.cgi?rev=327008&view=rev
       PR: 18757
-      +1: jorton
+      +1: jorton, jerenkrantz
       +1: niq - this looks fine, but the comment about filters
                 misses the fact that mod_filter's protocol handling
                 gives us the 'long term' if we just use it.
 
     * mod_ssl/ab: Fix compiler warnings with OpenSSL 0.9.8a.
         http://svn.apache.org/viewcvs.cgi?rev=349415&view=rev
-      +1: jorton
+      +1: jorton, jerenkrantz
 
     * core: Die properly if an error occurs in post_read_request
       http://svn.apache.org/viewcvs.cgi?rev=354085&view=rev
       PR: 37790
-      +1: niq
-
-    * core: Fix recursive ErrorDocument handling
-      http://svn.apache.org/viewcvs.cgi?rev=354118&view=rev
-      PR: 36090
-      +1: niq, rpluem
+      +1: niq, jerenkrantz
 
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve