You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/05/28 14:57:27 UTC

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

Author: jim
Date: Wed May 28 05:57:27 2008
New Revision: 660933

URL: http://svn.apache.org/viewvc?rev=660933&view=rev
Log:
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?rev=660933&r1=660932&r2=660933&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed May 28 05:57:27 2008
@@ -94,6 +94,27 @@
 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 @@
    -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