]> granicus.if.org Git - apache/commitdiff
Synching with 2.0 branch after backport.
authorPaul J. Reder <rederpj@apache.org>
Wed, 7 Jan 2004 02:51:28 +0000 (02:51 +0000)
committerPaul J. Reder <rederpj@apache.org>
Wed, 7 Jan 2004 02:51:28 +0000 (02:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102211 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 491e2c833d900d565cef740ac6ac2e36abe43257..18794ebec82bc664178f0348c905be76fd4d6827 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -25,12 +25,6 @@ Changes with Apache 2.1.0-dev
      respawning again after Apache is stopped.  PR 21648, PR 24805.
      [Jeff Trawick]
 
-  *) Add a hook (insert_error_filter) to allow filters to re-insert
-     themselves during processing of error responses. Enable mod_expires
-     to use the new hook to include Expires headers in valid error
-     responses. This addresses an RFC violation. It fixes PRs 19794,
-     24884, and 25123. [Paul J. Reder]
-
   *) Fix <Limit> and <LimitExcept> parsing to require a closing '>' 
      in the initial container.  PR 25414. 
      [Geoffrey Young <geoff apache.org>]
@@ -259,6 +253,12 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Add a hook (insert_error_filter) to allow filters to re-insert
+     themselves during processing of error responses. Enable mod_expires
+     to use the new hook to include Expires headers in valid error
+     responses. This addresses an RFC violation. It fixes PRs 19794,
+     24884, and 25123. [Paul J. Reder]
+
   *) Add AP_MPMQ_MPM_STATE function code for ap_mpm_query. (Not yet
      supported for BeOS, OS/2, or Win32 MPMs.)  [Jeff Trawick,
      Brad Nicholes]