From: Ruediger Pluem Date: Tue, 3 Oct 2006 12:55:08 +0000 (+0000) Subject: * Remove backported patches from STATUS X-Git-Tag: 2.2.4~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906ad8bc25dd351db36bbd7dbd85a5e134daed87;p=thirdparty%2Fapache%2Fhttpd.git * Remove backported patches from STATUS git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f8862cebb80..9c0ad08cb74 100644 --- 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