]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
And promote those with 3 (or more) +1s and no outstanding dependencies
authorJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:13:33 +0000 (13:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:13:33 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583149 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cbab70fc4b6cc06f6d381b3775c9e4218bb7ff28..b983c5d6368ab80b4dbacd15ef5cf32c7401efde 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -94,6 +94,36 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       niq says: -1 while we have PR#43519; +1 contingent on a fix
       to that being backported.
 
+   * mod_proxy_http: add Via header correctly (if enabled) to
+     response, even where other Via headers exist.
+     PR 19439
+     http://svn.apache.org/viewvc?view=rev&revision=580060
+     +1: niq, rpluem, jim
+
+   * mod_proxy_http: Correctly parse all Connection headers in proxy.
+     PR 43509
+     trunk: http://svn.apache.org/viewvc?view=rev&revision=580457
+     2.2.x: http://people.apache.org/~niq/43509.patch
+     +1: niq, rpluem
+     niq: changed the name.  Resisted temptation to use "pooltabletime".
+     rpluem says: Revision of name change is r581030.
+     -1: jim. r580457 and r581030 conflict. Likely because of
+              r580782
+     niq: separate 2.2.x patch fixes jim's objection
+     +1: jim
+
+   * mod_proxy_http: Remove Warning headers with wrong date
+     PR 16138
+     trunk: http://svn.apache.org/viewvc?view=rev&revision=580782
+     2.2.x: http://people.apache.org/~niq/16138.patch
+     +1: niq, rpluem
+     niq: changed the name.  Resisted temptation to use "pooltabletime".
+     rpluem says: Revision of name change is r581030.
+     -1: jim nasty conflict with r580457... backports should be
+         self contained
+     niq: separate 2.2.x patch fixes jim's objection
+     +1: jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -202,36 +232,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      (e.g. the server must add, but sometimes is better not to) and should be
      rewritten.
      
-   * mod_proxy_http: add Via header correctly (if enabled) to
-     response, even where other Via headers exist.
-     PR 19439
-     http://svn.apache.org/viewvc?view=rev&revision=580060
-     +1: niq, rpluem, jim
-
-   * mod_proxy_http: Correctly parse all Connection headers in proxy.
-     PR 43509
-     trunk: http://svn.apache.org/viewvc?view=rev&revision=580457
-     2.2.x: http://people.apache.org/~niq/43509.patch
-     +1: niq, rpluem
-     niq: changed the name.  Resisted temptation to use "pooltabletime".
-     rpluem says: Revision of name change is r581030.
-     -1: jim. r580457 and r581030 conflict. Likely because of
-              r580782
-     niq: separate 2.2.x patch fixes jim's objection
-     +1: jim
-
-   * mod_proxy_http: Remove Warning headers with wrong date
-     PR 16138
-     trunk: http://svn.apache.org/viewvc?view=rev&revision=580782
-     2.2.x: http://people.apache.org/~niq/16138.patch
-     +1: niq, rpluem
-     niq: changed the name.  Resisted temptation to use "pooltabletime".
-     rpluem says: Revision of name change is r581030.
-     -1: jim nasty conflict with r580457... backports should be
-         self contained
-     niq: separate 2.2.x patch fixes jim's objection
-     +1: jim
-
    * mpm_winnt: Fix null pointer dereference
      PR 42572
      http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/winnt/child.c?r1=505027&r2=563489