You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/10/07 13:45:57 UTC

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

Author: trawick
Date: Sun Oct  7 04:45:57 2007
New Revision: 582613

URL: http://svn.apache.org/viewvc?rev=582613&view=rev
Log:
vote, 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=582613&r1=582612&r2=582613&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Oct  7 04:45:57 2007
@@ -79,6 +79,28 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy: Fix persistent backend connections.
+     PR 43472
+     Trunk version of patch:
+        http://svn.apache.org/viewcvs.cgi?rev=580466&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem, niq, trawick
+
+   * scoreboard: improve error message on apr_shm_create failure
+     PR 40037
+     http://svn.apache.org/viewvc?view=rev&revision=578620
+     +1: niq, rpluem, trawick
+
+   * mod_proxy: Don't by default violate RFC2616 by setting
+     Max-Forwards when the client didn't send it to us.
+     PR 16137
+     http://svn.apache.org/viewvc?view=rev&revision=581117 (code)
+     http://svn.apache.org/viewvc?view=rev&revision=581253 (docs)
+     +1: niq, rpluem, trawick (who assumes that the "/2.3" in "default
+         behaviour changed in 2.2.7/2.3" will be stripped from trunk 
+         and 2.2.x as part of the backport operation)
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -190,19 +212,6 @@
      they close stdout/stderr first and dup a then closed fd in stdout/stderr,
      leaving us without stdout/stderr in the child.
 
-   * mod_proxy: Fix persistent backend connections.
-     PR 43472
-     Trunk version of patch:
-        http://svn.apache.org/viewcvs.cgi?rev=580466&view=rev
-     Backport version for 2.2.x of patch:
-        Trunk version of patch works
-     +1: rpluem, niq
-
-   * scoreboard: improve error message on apr_shm_create failure
-     PR 40037
-     http://svn.apache.org/viewvc?view=rev&revision=578620
-     +1: niq, rpluem
-
    * HTTP protocol: Add "DefaultType none" option.
      PR 13986 and PR 16139
      http://svn.apache.org/viewvc?view=rev&revision=579991 (code)
@@ -239,13 +248,6 @@
      ported back first.
      niq: changed the name.  Resisted temptation to use "pooltabletime".
      rpluem says: Revision of name change is r581030.
-
-   * mod_proxy: Don't by default violate RFC2616 by setting
-     Max-Forwards when the client didn't send it to us.
-     PR 16137
-     http://svn.apache.org/viewvc?view=rev&revision=581117 (code)
-     http://svn.apache.org/viewvc?view=rev&revision=581253 (docs)
-     +1: niq, rpluem
 
 PATCHES/ISSUES THAT ARE STALLED