summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-01-13 17:59:44 +0100
committerJim Jagielski <jim@apache.org>2011-01-13 17:59:44 +0100
commit0d3fd825387e4da39f31d3b063bb6298877bb6de (patch)
tree8a8fb8df8da4adbb386c6047d32b3dffc2d266b9 /CHANGES
parentRebuild transformations. (diff)
downloadapache2-0d3fd825387e4da39f31d3b063bb6298877bb6de.tar.xz
apache2-0d3fd825387e4da39f31d3b063bb6298877bb6de.zip
It's a change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 837ffe0e9a..76464b5fb3 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 <jordi prats gmail com>, Stefan Fritsch]