]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
It's a change
authorJim Jagielski <jim@apache.org>
Thu, 13 Jan 2011 16:59:44 +0000 (16:59 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 13 Jan 2011 16:59:44 +0000 (16:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058660 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 837ffe0e9a97c8d255d6740d4f4c0374aac22fe8..76464b5fb3d3924fdf86f834cca3e5aab3d02680 100644 (file)
--- 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]