]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote those with >= 3
authorJim Jagielski <jim@apache.org>
Tue, 7 Aug 2007 12:07:01 +0000 (12:07 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 7 Aug 2007 12:07:01 +0000 (12:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563462 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8138791af2e7fb4ca6aa878b888ebc08b19db866..b5569c582f976c3d4fc6b99d641024e98d9404c0 100644 (file)
--- 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