]> granicus.if.org Git - apache/commitdiff
Re-sych with 2.0 stable branch after backport.
authorPaul J. Reder <rederpj@apache.org>
Wed, 4 Feb 2004 15:10:25 +0000 (15:10 +0000)
committerPaul J. Reder <rederpj@apache.org>
Wed, 4 Feb 2004 15:10:25 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102499 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3dc91bf2b3a67244f06aa722fc3f258f41445d66..eb002d9cb3b2fc6daf726461a58c899ee0f9c1de 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,10 +8,6 @@ Changes with Apache 2.1.0-dev
   *) Delete some make-generated files in the server directory during 
      "make clean" processing.  PR 26552.  [Jeff Trawick]
 
-  *) Keep focus of ITERATE and ITERATE2 on the current module when
-     the module chooses to return DECLINE_CMD for the directive.
-     PR 22299.  [Geoffrey Young <geoff apache.org>]
-
   *) Allow mod_auth_digest to work with sub-requests with different
      methods than the original request.  PR 25040.
      [Josh Dady <jpd indecisive.com>]
@@ -275,6 +271,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Keep focus of ITERATE and ITERATE2 on the current module when
+     the module chooses to return DECLINE_CMD for the directive.
+     PR 22299.  [Geoffrey Young <geoff apache.org>]
+
   *) Add support for IMT minor-type wildcards (e.g., text/*) to
      ExpiresByType.  PR#7991  [Ken Coar]