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 2007/05/01 15:05:10 UTC

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

Author: jim
Date: Tue May  1 06:05:09 2007
New Revision: 534052

URL: http://svn.apache.org/viewvc?view=rev&rev=534052
Log:
... and 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?view=diff&rev=534052&r1=534051&r2=534052
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue May  1 06:05:09 2007
@@ -78,8 +78,6 @@
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-
     * ab: Two minor fixes for PRs
       * 42070: sign mismatch in format string causes high server listening port
         numbers to be reported incorrectly. Subversion r526584
@@ -101,6 +99,25 @@
       
       +1: sctemme, rpluem, jim
 
+   * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
+     <crypt.h>, such as z/OS.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=526892
+     2.2.x version of patch:
+       Trunk version works
+     +1: trawick, rpluem, jim
+
+   * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
+     processing of error responses (4xx, 5xx) will be altered.  PR
+     39245.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=527969
+     2.2.x version of patch:
+       Trunk version works
+     +1: trawick, rpluem, jim
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+
     * mod_proxy_ajp: Fix wrong retry when sending the response failed.
       PR 40310 (The old fix wasn't ok).
       Trunk version of patch:
@@ -180,23 +197,6 @@
      http://svn.apache.org/viewvc?rev=490156&view=rev
      http://svn.apache.org/viewvc?rev=499567&view=rev
      +1: niq, rpluem
-
-   * support/htdbm.c: Enable crypt() support on platforms with crypt() but not
-     <crypt.h>, such as z/OS.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=526892
-     2.2.x version of patch:
-       Trunk version works
-     +1: trawick, rpluem, jim
-
-   * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
-     processing of error responses (4xx, 5xx) will be altered.  PR
-     39245.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&revision=527969
-     2.2.x version of patch:
-       Trunk version works
-     +1: trawick, rpluem, jim
 
    * mod_cache: Correctly cache and recall entities whose request URL's
      are url-escaped.