]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Wed, 28 May 2008 12:57:27 +0000 (12:57 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 28 May 2008 12:57:27 +0000 (12:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660933 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1e7b324629ca81403c672e8cb2b7d1fd9e429d82..b00b36e4c9793a36cd7c6b37903cba4a9b5b9121 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -94,6 +94,27 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * 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, rpluem, jim
+
+ * mod_proxy: Fix a regression to 2.2.8!!! that is caused by backport
+   r657443. This regression causes blank pages to be displayed if the
+   backend connection is faulty and mod_deflate is in place.
+   More details see:
+   http://mail-archives.apache.org/mod_mbox/httpd-dev/200805.mbox/%3caafb0e350805231019tbd42c07ue7ef5fba6e46d366@mail.gmail.com%3e
+   PR 37770
+   Trunk version of patch:
+         http://svn.apache.org/viewvc?rev=660726&view=rev
+   Backport version for 2.2.x of patch:
+         Trunk version of patch works
+   +1: rpluem, fielding, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -154,26 +175,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.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, rpluem, jim
-
- * mod_proxy: Fix a regression to 2.2.8!!! that is caused by backport
-   r657443. This regression causes blank pages to be displayed if the
-   backend connection is faulty and mod_deflate is in place.
-   More details see:
-   http://mail-archives.apache.org/mod_mbox/httpd-dev/200805.mbox/%3caafb0e350805231019tbd42c07ue7ef5fba6e46d366@mail.gmail.com%3e
-   PR 37770
-   Trunk version of patch:
-         http://svn.apache.org/viewvc?rev=660726&view=rev
-   Backport version for 2.2.x of patch:
-         Trunk version of patch works
-   +1: rpluem, fielding, jim
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when