]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, promote
authorJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2006 12:02:36 +0000 (12:02 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 13 Dec 2006 12:02:36 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@486609 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b42f109c63642b0225b4c1ac2a022937c6658e22..d85729bdf40b6b2c2a72e777be136250579620a0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -78,6 +78,35 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
+     directive.
+      Trunk version of patch:
+        http://svn.apache.org/viewvc?view=rev&revision=463291
+      2.2.x version of patch:
+        http://people.apache.org/~jim/patches/dumpio-patch.txt
+      +1: jim, wrowe, trawick (remember to tweak the "2.3.x" string in
+          mod_dumpio.xml)
+      wrowe asks: isn't it time to make LogLevel directive parsing
+                  reusable in the ap_config api?
+
+   * rotatelogs: Produce useful error messages for open() failures.
+     PR 39487
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=478135
+       http://svn.apache.org/viewvc?view=rev&revision=485828
+     2.2.x version of patch:
+       Trunk version works.
+     +1: trawick, jim, wrowe
+
+   * mod_proxy_balancer: Have the find_best_worker() function
+    increment the elected counter, rather than requiring each
+    ind lb method to do it, isolating what each lb method
+    needs to do.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=484783
+     2.2.x version of patch:
+       Trunk version works.
+     +1: jim, rpluem, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -179,16 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       +1: minfrin, jim, wrowe
         wrowe asks; should ptr mobj->m be nulled out for safety's sake?
 
-   * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
-     directive.
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&revision=463291
-      2.2.x version of patch:
-        http://people.apache.org/~jim/patches/dumpio-patch.txt
-      +1: jim, wrowe
-      wrowe asks: isn't it time to make LogLevel directive parsing
-                  reusable in the ap_config api?
-
    * mod_authn_dbd: Export any additional columns queried in the SQL select
      into the environment with the name AUTHENTICATE_<COLUMN>. This brings
      mod_authn_dbd behaviour in line with mod_authnz_ldap.
@@ -218,25 +237,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  same syntax to benefit from one generic implementation
                  (in httpd, not apr, since it's config syntax specific).
 
-   * rotatelogs: Produce useful error messages for open() failures.
-     PR 39487
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=478135
-       http://svn.apache.org/viewvc?view=rev&revision=485828
-     2.2.x version of patch:
-       Trunk version works.
-     +1: trawick, jim, wrowe
-
-   * mod_proxy_balancer: Have the find_best_worker() function
-    increment the elected counter, rather than requiring each
-    ind lb method to do it, isolating what each lb method
-    needs to do.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=484783
-     2.2.x version of patch:
-       Trunk version works.
-     +1: jim, rpluem
-
    * 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.
@@ -265,4 +265,4 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
   * mod_filter: PR#39420, make matching on resp=Content-Type case-insensitive.
     http://svn.apache.org/viewvc?view=rev&revision=486455
-    +1: niq
+    +1: niq, trawick