You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/03/24 21:07:49 UTC

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

Author: rpluem
Date: Sat Mar 24 13:07:47 2007
New Revision: 522100

URL: http://svn.apache.org/viewvc?view=rev&rev=522100
Log:
* Vote and promote

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?view=diff&rev=522100&r1=522099&r2=522100
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Mar 24 13:07:47 2007
@@ -77,6 +77,26 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ldap: Remove the hardcoded size limit parameter for 
+       ldap_search_ext_s and replace it with an APR_ defined 
+       value that is set according to the LDAP SDK being used.
+     http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?r1=484985&r2=517788
+     +1: bnicholes, rpluem, jim
+
+   * mod_proxy_balancer: Remove unnecessary lock/unlock for
+     the post_request hook. We are actually doing nothing here.
+     But keep the code (but macroed out) for future usage.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=484789
+       http://svn.apache.org/viewvc?view=rev&revision=484794
+     2.2.x version of patch:
+       Trunk version works.
+     +1: jim, mturk, rpluem
+         rpluem says: Shouldn't we remove this code on 2.2.x? Keeping seems to
+         be ok for me on trunk, but on a stable branch?
+         jim says: the reason why we keep it is in case we
+         ever start using it. So we keep the framework in
+         that case. Make trunk backports easier.
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -123,21 +143,6 @@
           I'll +1 it when that's done.
      wrowe: ditto's - good concept.
 
-   * mod_proxy_balancer: Remove unnecessary lock/unlock for
-     the post_request hook. We are actually doing nothing here.
-     But keep the code (but macroed out) for future usage.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=484789
-       http://svn.apache.org/viewvc?view=rev&revision=484794
-     2.2.x version of patch:
-       Trunk version works.
-     +1: jim, mturk
-     +0: rpluem: Shouldn't we remove this code on 2.2.x? Keeping seems to be ok
-         for me on trunk, but on a stable branch?
-         jim says: the reason why we keep it is in case we
-         ever start using it. So we keep the framework in
-         that case. Make trunk backports easier.
-
    * mod_cache: Correctly cache objects whose URL query string has been
      modified by mod_rewrite.
         PR: 40805
@@ -168,13 +173,10 @@
      http://svn.apache.org/viewvc?rev=499567&view=rev
      +1: niq, rpluem
 
-   * mod_ldap: Remove the hardcoded size limit parameter for 
-       ldap_search_ext_s and replace it with an APR_ defined 
-       value that is set according to the LDAP SDK being used.
-     http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?r1=484985&r2=517788
-     +1: bnicholes, rpluem, jim
-
    * server/request.c: fix uninitialised config var
      PR: 41829
      http://svn.apache.org/viewvc?rev=522011&view=rev
      +1: niq
+     rpluem says: Please also add
+                  http://svn.apache.org/viewvc?view=rev&rev=522084
+                  to remove the tab. Otherwise +1.