]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 20:40:12 +0000 (20:40 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 20:40:12 +0000 (20:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660692 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 48948f834e307ce1b90277e98b8de229235a267b..5a24a28ea7ece1a150d553e6184d353b94945f7b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * ab: Make ab.c compile on VC6. PR 45024
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=657433&view=rev
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+   +1: rpluem, trawick, fielding
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -164,13 +171,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    -1: niq - strcasecmp(NULL, ...) when secure is not set
    rpluem: Good catch. Should be fixed by r660461.
 
- * ab: Make ab.c compile on VC6. PR 45024
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=657433&view=rev
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-   +1: rpluem, trawick
-
  * Fix garbled TRACE response on EBCDIC platforms.
    Trunk version of patch:
          http://svn.apache.org/viewvc?view=rev&revision=659560
@@ -179,6 +179,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
    +1: trawick, jim
 
+ * ab.c: Check for failure of apr_file_info_get call
+   [rpluem] Reported By: BOYA SUN <boya.sun case.edu>
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=656400
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+   +1: fielding
+
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when