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 2007/12/03 16:56:47 UTC

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

Author: trawick
Date: Mon Dec  3 07:56:46 2007
New Revision: 600576

URL: http://svn.apache.org/viewvc?rev=600576&view=rev
Log:
vote early and often

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=600576&r1=600575&r2=600576&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Dec  3 07:56:46 2007
@@ -79,6 +79,14 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy_balancer: Remove the broken attempt to change balancer
+     params on-the-fly via the admin manager.
+     trunk:
+        http://svn.apache.org/viewvc?view=rev&revision=551099 (kinda)
+     2.2.x:
+        http://people.apache.org/~jim/patches/bsel-patch-2.txt
+     +1: jim, rpluem, trawick
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -199,14 +207,6 @@
      +0: rpluem says: There is much copying in do_pattmatch in the flatten case
                       and I would like to see the usage of tpool in the usage of
                       the SEDSCAT macro.
-
-   * mod_proxy_balancer: Remove the broken attempt to change balancer
-     params on-the-fly via the admin manager.
-     trunk:
-        http://svn.apache.org/viewvc?view=rev&revision=551099 (kinda)
-     2.2.x:
-        http://people.apache.org/~jim/patches/bsel-patch-2.txt
-     +1: jim, rpluem
 
   * mod_filter: Don't try to support chained filters when it doesn't work
     PR 43956