]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bookkeeping for backport of 327008
authorGreg Ames <gregames@apache.org>
Mon, 20 Mar 2006 16:13:45 +0000 (16:13 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 20 Mar 2006 16:13:45 +0000 (16:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@387231 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b5d86b3f15420705d27cda34f35367a4c337c626..54ff37fbf4735365c284454699e565fc6db608c1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -40,9 +40,6 @@ Changes with Apache 2.2.1
   *) Fix syntax error in httpd.h with strict compilers.  PR 38740.
      [Per Olausson <pao darkheim.freeserve.co.uk>]
 
-  *) Preserve the Content-Length header for a proxied HEAD response.
-     PR 18757.  [Greg Ames]
-
   *) Fix recursive ErrorDocument handling.  PR 36090. 
      [Chris Darroch <chrisd pearsoncmg.com>]
 
@@ -995,6 +992,9 @@ Changes with Apache 2.1.1
 
 Changes with Apache 2.0.56
 
+  *) Preserve the Content-Length header for a proxied HEAD response.
+     PR 18757.  [Greg Ames]
+
   *) mod_cgi(d): Remove block on OPTIONS method so that scripts can
      respond to OPTIONS directly rather than via server default.
      [Roy Fielding] PR 15242