]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Remove backported patches from STATUS
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 Oct 2006 12:55:08 +0000 (12:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 Oct 2006 12:55:08 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452468 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f8862cebb8026aaeb0097a6f79f58febf3377261..9c0ad08cb7424cd964430bed8428174cc49dd8d5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -73,15 +73,7 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-   * proxy_util: Correctly check the worker status field (non-shared)
-     when initializing. Without this patch we introduce a nasty
-     regression from 2.2.3,
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&revision=443503
-      2.2.x version of patch:
-        Trunk version works
-      +1: jim, rpluem, trawick
-    
+
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
@@ -124,22 +116,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       Trunk: http://svn.apache.org/viewvc?view=rev&revision=450063
       +1: minfrin, rpluem, jim
 
-    * mod_mime_magic: Fix precedence problem.
-        PR: 40656
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&rev=452212
-      2.2.x version of patch:
-        Trunk version works
-      +1: rpluem, niq, trawick
-
-    * mod_echo: Fix precedence problem.
-        PR: 40658
-      Trunk version of patch:
-        http://svn.apache.org/viewvc?view=rev&rev=452213
-      2.2.x version of patch:
-        Trunk version works
-      +1: rpluem, niq, trawick
-
     * mod_disk_cache: Make sure that only positive integers are accepted
       for the CacheMaxFileSize and CacheMinFileSize parameters in the
       config file. PR39380