From: Jim Jagielski Date: Sat, 16 Sep 2006 18:44:35 +0000 (+0000) Subject: This patch is required for 2.2.4... X-Git-Tag: 2.2.4~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1146908d9be84bfdeed160ebba56eb767e78be;p=thirdparty%2Fapache%2Fhttpd.git This patch is required for 2.2.4... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@446915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 724b7c11cfa..d877f4ea4ae 100644 --- a/STATUS +++ b/STATUS @@ -73,7 +73,15 @@ 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 + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] @@ -198,11 +206,3 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?r1=420990&r2=421725 (docs) +1: niq - * proxy_util: Correctly check the worker status field (non-shared) - when initializing. - 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 -