summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2008-12-03 20:57:18 +0000
committerJim Jagielski <jim@apache.org>2008-12-03 20:57:18 +0000
commit26f888564ff9e809d8c83f17f7ef6c9b88b2173e (patch)
tree7abca97163425d7f42befdd9c31fea7cbdadf80c
parentda1c66ba05ff32429553813a3adb0a5921bc53ea (diff)
downloadhttpd-26f888564ff9e809d8c83f17f7ef6c9b88b2173e.tar.gz
Note mod_proxy_balancer changes...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55057a39b4..017a9c10f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.0
[ When backported to 2.2.x, remove entry from this file ]
+ *) mod_proxy_balancer: Move all load balancing implementations
+ as individual, self-contained mod_proxy submodules under
+ modules/proxy/balancers [Jim Jagielski]
+
*) Rename APIs to include ap_ prefix:
find_child_by_pid -> ap_find_child_by_pid
suck_in_APR -> ap_suck_in_APR