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/03 12:37:26 UTC

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

Author: rpluem
Date: Mon Oct  3 03:37:17 2005
New Revision: 293293

URL: http://svn.apache.org/viewcvs?rev=293293&view=rev
Log:
* Add entry for r293123.
* Fix bracket style nit.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=293293&r1=293292&r2=293293&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Oct  3 03:37:17 2005
@@ -2,9 +2,13 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
-  *) Move mod_dbd to /modules/database/ (Nick Kew)
+  *) 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_filter and mod_charset_lite to /modules/filters/ (Nick Kew)
+  *) Move mod_dbd to /modules/database/ [Nick Kew]
+
+  *) Move mod_filter and mod_charset_lite to /modules/filters/ [Nick Kew]
 
   *) Fix mod_dbd's config [Brian J. France <list firehawksystems.com>]