You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2005/10/06 23:34:16 UTC

svn commit: r306902 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Thu Oct  6 14:34:13 2005
New Revision: 306902

URL: http://svn.apache.org/viewcvs?rev=306902&view=rev
Log:
* Sync with 2.2.x branch (r306900)

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=306902&r1=306901&r2=306902&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Oct  6 14:34:13 2005
@@ -2,10 +2,6 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
-  *) mod_proxy: Run the request_status hook also if there are no free workers
-     or all workers are in error state.
-     [Ruediger Pluem, Brian Akins <brian.akins turner.com>]
-
   *) Move mod_dbd to /modules/database/ [Nick Kew]
 
   *) Move mod_filter and mod_charset_lite to /modules/filters/ [Nick Kew]
@@ -27,6 +23,10 @@
      [Martin Kraemer, David Reid]
 
 Changes with Apache 2.1.9
+
+  *) mod_proxy: Run the request_status hook also if there are no free workers
+     or all workers are in error state.
+     [Ruediger Pluem, Brian Akins <brian.akins turner.com>]
 
   *) mod_proxy_balancer: mod_proxy_balancer does not handle sticky sessions
      with tomcat correctly. PR36507. [Ruediger Pluem]