]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note backports to be in 2.2.1
authorJim Jagielski <jim@apache.org>
Fri, 31 Mar 2006 20:33:48 +0000 (20:33 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 31 Mar 2006 20:33:48 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390496 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fea55b0e0273b4d2f008253a491519ec6b293385..9d34dc4e2d9c172482e02e45cb55ae54f08fb424 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,9 +20,6 @@ Changes with Apache 2.3.0
   *) mod_ssl: Fix spurious hostname mismatch warning for valid
      wildcard certificates.  PR 37911.  [Nick Burch <nick torchbox.com>]
 
-  *) mod_proxy: Fix KeepAlives not being allowed and set to
-     backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
-
   *) Correctly initialize mod_proxy workers, which use a
      combination of local and shared datasets. Adjust logging
      to better trace usage. PR 38403. [Jim Jagielski]
@@ -102,9 +99,12 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.1
 
+  *) mod_proxy: Fix KeepAlives not being allowed and set to
+     backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
+
   *) mod_proxy: If we get an error reading the upstream response,
-     close the connection.
-     [Justin Erenkrantz, Roy T. Fielding, Jim Jagielski, Ruediger Pluem]
+     close the connection.  [Justin Erenkrantz, Roy T. Fielding,
+     Jim Jagielski, Ruediger Pluem]
 
   *) mod_proxy_ajp: Support common headers of the AJP protocol in responses.
      PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>]