]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported to the 2.1.8/2.2.x tree
authorJim Jagielski <jim@apache.org>
Mon, 19 Sep 2005 13:04:29 +0000 (13:04 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 19 Sep 2005 13:04:29 +0000 (13:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290146 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c69764e59fedc15174193f337def2aa088a47569..16c755cf5e17c3ace5d1a262a2d6e0b82c99aa89 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,6 @@ Changes with Apache 2.3.0
 
   *) Fix mod_dbd's config [Brian J. France <list firehawksystems.com>]
 
-  *) New provider function to list all available provider names in a
-     specific group and version (ap_list_provider_names). [Jim Jagielski]
-
   *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
      in 1.3.  [Jeff Trawick]
 
@@ -42,6 +39,13 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.1.8
 
+  *) mod_proxy/mod_proxy_balancer: lbmethods now implemented as
+     providers. Prevent problems when no Vhost containers were
+     configured with proxy balancers. [Jim Jagielski]
+
+  *) New provider function to list all available provider names in a
+     specific group and version (ap_list_provider_names). [Jim Jagielski]
+
   *) mod_cache: Enhance CacheEnable/CacheDisable to control caching on a
      per-protocol, per-host and per-path basis. Intended for proxy
      configurations. [Colm MacCarthaigh]