From: Jim Jagielski Date: Tue, 7 Nov 2006 13:39:36 +0000 (+0000) Subject: Cast 2 votes, bringing one up to 3 +1s X-Git-Tag: 2.2.4~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6be39fff3dfe9b2c510017b1aeea6e812df1e72;p=thirdparty%2Fapache%2Fhttpd.git Cast 2 votes, bringing one up to 3 +1s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@472109 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 353100ad950..f531812ed44 100644 --- a/STATUS +++ b/STATUS @@ -77,6 +77,22 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy_balancer: Implement new environment variables + BALANCER_NAME + BALANCER_WORKER_NAME + BALANCER_WORKER_ROUTE + BALANCER_SESSION_STICKY + BALANCER_SESSION_ROUTE + BALANCER_ROUTE_CHANGED + Trunk versions of patch: + http://svn.apache.org/viewvc?view=rev&revision=417238 (including docs) + http://svn.apache.org/viewvc?view=rev&revision=437773 (docs) + http://svn.apache.org/viewvc?view=rev&revision=446929 + http://svn.apache.org/viewvc?view=rev&revision=453630 (docs) + 2.2.x version of patch: + Trunk version works + +1: rpluem, mturk, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mpm_winnt: Fix return values from wait_for_many_objects. @@ -178,7 +194,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: by creating a root pool for object persistence across requests. This also eliminates the need for custom serialization code. Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089 - +1: minfrin + +1: minfrin, jim * mod_cache: Eliminate a bogus error in the log when a filter returns AP_FILTER_ERROR. @@ -201,22 +217,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427 +1: minfrin - * mod_proxy_balancer: Implement new environment variables - BALANCER_NAME - BALANCER_WORKER_NAME - BALANCER_WORKER_ROUTE - BALANCER_SESSION_STICKY - BALANCER_SESSION_ROUTE - BALANCER_ROUTE_CHANGED - Trunk versions of patch: - http://svn.apache.org/viewvc?view=rev&revision=417238 (including docs) - http://svn.apache.org/viewvc?view=rev&revision=437773 (docs) - http://svn.apache.org/viewvc?view=rev&revision=446929 - http://svn.apache.org/viewvc?view=rev&revision=453630 (docs) - 2.2.x version of patch: - Trunk version works - +1: rpluem, mturk - * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel directive. Trunk version of patch: