You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/08/28 18:38:02 UTC

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

Author: jim
Date: Mon Aug 28 09:38:01 2006
New Revision: 437749

URL: http://svn.apache.org/viewvc?rev=437749&view=rev
Log:
These have been approved for backport and or in/will be in
2.2.4

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=437749&r1=437748&r2=437749&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Aug 28 09:38:01 2006
@@ -7,9 +7,6 @@
      excessive memory usage in inflate output filter for large compressed
      content. PR 39854. [Ruediger Pluem, Nick Kew, Justin Erenkrantz]
 
-  *) mod_proxy_ajp: Close connection to backend if reading of request body
-     fails. PR 40310. [Ian Abel <ianabel mxtelecom.com>]
-
   *) All MPMs: Introduce a check_config phase between pre_config and
      open_logs, to allow modules to review interdependent configuration
      directive values and adjust them while messages can still be logged
@@ -65,10 +62,6 @@
      about the useless use of AllowOverride. PR 39992.
      [Darryl Miles <darryl darrylmiles.org>]
 
-  *) mod_proxy_balancer: Retry worker chosen by route / redirect worker if
-     it is in error state before sending "Service Temporarily Unavailable".
-     PR 38962. [Christian Boitel <cboitel lfdj.com>]
-
   *) mod_proxy_balancer: Add information about the route, the sticky session
      and the worker used during a request as environment variables. PR 39806.
      [Brian <brectanu gmail.com>]
@@ -191,6 +184,15 @@
      allowing string-valued client certificate attributes to be used for
      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
      [Martin Kraemer, David Reid]
+
+Changes with Apache 2.2.4
+
+  *) mod_proxy_ajp: Close connection to backend if reading of request body
+     fails. PR 40310. [Ian Abel <ianabel mxtelecom.com>]
+
+  *) mod_proxy_balancer: Retry worker chosen by route / redirect worker if
+     it is in error state before sending "Service Temporarily Unavailable".
+     PR 38962. [Christian Boitel <cboitel lfdj.com>]
 
 Changes with Apache 2.2.3