From: Jim Jagielski Date: Thu, 13 Jan 2011 16:59:44 +0000 (+0000) Subject: It's a change X-Git-Tag: 2.3.11~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3fd825387e4da39f31d3b063bb6298877bb6de;p=thirdparty%2Fapache%2Fhttpd.git It's a change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058660 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 837ffe0e9a9..76464b5fb3d 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changes with Apache 2.3.11 + *) mod_proxy: Refactor usage of shared data by dropping the scoreboard + and using slotmem. Create foundation for dynamic growth/changes of + members within a balancer. Remove BalancerNonce in favor of a + per-balancer 'nonce' parameter. [Jim Jagielski] + *) mod_status: Don't show slots which are disabled by MaxClients as open. PR: 47022 [Jordi Prats , Stefan Fritsch]