]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorEric Covener <covener@apache.org>
Thu, 10 Apr 2008 13:18:29 +0000 (13:18 +0000)
committerEric Covener <covener@apache.org>
Thu, 10 Apr 2008 13:18:29 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@646792 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a4771658f96876c2e1dd12e92b1a8f1e119843ad..2028a6c26db4e3575f4b9e3a0bead55f1e080416 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,6 +87,31 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * ab: Use a 64 bit unsigned int instead of a signed long to count the
+   bytes transferred to avoid integer overflows
+   PR: 44346
+      Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=617890&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+    +1: rpluem, jim, covener
+
+ * ab: ab very poor performance with both -k and -i cmdline options specified
+    PR34275
+    Trunk version of patch:
+      http://svn.apache.org/viewvc?rev=612954&view=rev
+    Backport version for 2.2.x of patch:
+      Trunk version of patch works
+  +1: rpluem, jim, covener
+
+  * http_filter: Don't spin if we get an error when reading
+    (the next) chunk.
+    PR: 44381
+   Trunk version of patch: 
+       http://svn.apache.org/viewvc?view=rev&revision=644391
+   Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: jim, rpluem, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -153,14 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  well bypass <Location> checks on these, and also handle
                  any external modules that might try passing r->uri as NULL.
 
- * ab: Use a 64 bit unsigned int instead of a signed long to count the
-   bytes transferred to avoid integer overflows
-   PR: 44346
-      Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=617890&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-    +1: rpluem, jim, covener
 
  * mod_substitute: Make default behavior flattening of buckets. Allow
    for people to specifically set "quick" mode.
@@ -193,14 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    http://svn.apache.org/viewvc?rev=603238&view=rev
    +1: wrowe, jim
 
- * ab: ab very poor performance with both -k and -i cmdline options specified
-    PR34275
-    Trunk version of patch:
-      http://svn.apache.org/viewvc?rev=612954&view=rev
-    Backport version for 2.2.x of patch:
-      Trunk version of patch works
-  +1: rpluem, jim, covener
-
  * mod_proxy: Allow for keepalive backend proxies (PR43238), which also
    addresses PR44026 and PR44543. These are pretty much interwrapped here.
     Trunk version of patch:
@@ -254,14 +263,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://people.apache.org/~chrisd/patches/mod_authn_dbd_msgs/mod_authn_dbd-msgs-2.2.x.patch
    +1: chrisd
 
-  * http_filter: Don't spin if we get an error when reading
-    (the next) chunk.
-    PR: 44381
-   Trunk version of patch: 
-       http://svn.apache.org/viewvc?view=rev&revision=644391
-   Backport version for 2.2.x of patch:
-       Trunk version of patch works
-   +1: jim, rpluem, covener
 
 PATCHES/ISSUES THAT ARE STALLED