From: Ruediger Pluem Date: Fri, 8 Aug 2008 21:17:09 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.2.10~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad6956e3d3f8bf815bae903c5dd93d63d240fbd;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684098 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 772cb6af210..72021a32fe0 100644 --- a/STATUS +++ b/STATUS @@ -83,6 +83,22 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * Support chroot on unix-family platforms + PR 43596 + http://svn.apache.org/viewvc?rev=611483&view=rev (source) + http://svn.apache.org/viewvc?rev=639005&view=rev (docs) + http://svn.apache.org/viewvc?rev=639010&view=rev (mmn) + +1: niq, rpluem, mturk + + * mod_headers: Prevent Header edit from processing only the first header it + should edit and deleting the remaining ones by iterating over all headers + with the same name. PR: 45333 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=674000&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, mturk + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -104,13 +120,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: rpluem: jorton found some problems with the trunk version and they should be fixed / discussed in trunk before we backport. - * Support chroot on unix-family platforms - PR 43596 - http://svn.apache.org/viewvc?rev=611483&view=rev (source) - http://svn.apache.org/viewvc?rev=639005&view=rev (docs) - http://svn.apache.org/viewvc?rev=639010&view=rev (mmn) - +1: niq, rpluem, mturk - * mod_rewrite: Allow Cookie option to set secure and HttpOnly flags. PR 44799 Trunk version of patch: @@ -160,15 +169,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~chrisd/patches/walk_cache/walk_cache-2.2.x.patch +1: chrisd - * mod_headers: Prevent Header edit from processing only the first header it - should edit and deleting the remaining ones by iterating over all headers - with the same name. PR: 45333 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=674000&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, mturk - * mod_proxy_ftp: Ensure that the SSL filters are not inserted on FTP data connections even if the virtual host that causes the proxy request has SSL enabled.