From: Jim Jagielski Date: Tue, 7 Aug 2007 12:07:01 +0000 (+0000) Subject: Promote those with >= 3 X-Git-Tag: 2.2.5~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2abdcb079abcb119c1547efa90d9167908e9fcf0;p=thirdparty%2Fapache%2Fhttpd.git Promote those with >= 3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8138791af2e..b5569c582f9 100644 --- a/STATUS +++ b/STATUS @@ -78,6 +78,30 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_deflate: fix protocol handling in input filter + PR: 23287 + http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?r1=556113&r2=563133 + +1: niq, rpluem, jim + + * mod_deflate: don't try to operate on a Content-Range + trunk: http://svn.apache.org/viewvc?view=rev&revision=563154 + http://svn.apache.org/viewvc?view=rev&revision=563229 + http://svn.apache.org/viewvc?view=rev&revision=563230 + 2.2.x: trunk will work once PR: 23287 patch is applied. + +1: niq, rpluem, jim + + * mod_core: Avoid that relative changes to Options change the settings for + FileETag. This does NOT address the remaining issues with relative + settings and FileETag mentioned in PR 42027, but at least it isolates the + problem to them. Hence there is no CHANGES entry yet. Fixing the other + issues needs some time and thought. Currently these issues can be worked + around with absolute settings. + PR: 42027 + Trunk version of patch: + http://svn.apache.org/viewcvs.cgi?rev=562860&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, niq, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -311,18 +335,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=562236 +1: niq - * mod_deflate: fix protocol handling in input filter - PR: 23287 - http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?r1=556113&r2=563133 - +1: niq, rpluem, jim - - * mod_deflate: don't try to operate on a Content-Range - trunk: http://svn.apache.org/viewvc?view=rev&revision=563154 - http://svn.apache.org/viewvc?view=rev&revision=563229 - http://svn.apache.org/viewvc?view=rev&revision=563230 - 2.2.x: trunk will work once PR: 23287 patch is applied. - +1: niq, rpluem, jim - * mod_deflate: fix content_encoding detection from different sources in inflate_out filter. PR: 42993 @@ -330,19 +342,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x: trunk will work after previous patches are applied. +1: niq - * mod_core: Avoid that relative changes to Options change the settings for - FileETag. This does NOT address the remaining issues with relative - settings and FileETag mentioned in PR 42027, but at least it isolates the - problem to them. Hence there is no CHANGES entry yet. Fixing the other - issues needs some time and thought. Currently these issues can be worked - around with absolute settings. - PR: 42027 - Trunk version of patch: - http://svn.apache.org/viewcvs.cgi?rev=562860&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, niq, jim - PATCHES/ISSUES THAT ARE STALLED