From: Jim Jagielski Date: Tue, 9 Oct 2007 13:13:33 +0000 (+0000) Subject: And promote those with 3 (or more) +1s and no outstanding dependencies X-Git-Tag: 2.2.7~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3920fd9f693c469b6940f47b52db109a9b076e;p=thirdparty%2Fapache%2Fhttpd.git And promote those with 3 (or more) +1s and no outstanding dependencies git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cbab70fc4b6..b983c5d6368 100644 --- 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