]> granicus.if.org Git - apache/commitdiff
keep changes in sync ...
authorAndré Malo <nd@apache.org>
Fri, 28 Mar 2003 03:27:38 +0000 (03:27 +0000)
committerAndré Malo <nd@apache.org>
Fri, 28 Mar 2003 03:27:38 +0000 (03:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99101 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1031649a7220373fa3d15e07faf039d292178338..b51aeda1b0abefe0515ec8ac5026198adfb80342 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -72,10 +72,6 @@ Changes with Apache 2.1.0-dev
      now work scheme dependent and the query string will only be
      appended if supported by the particular scheme.  [André Malo]
 
-  *) Fix path handling of mod_rewrite, especially on non-unix systems.
-     There was some confusion between local paths and URL paths.
-     PR 12902.  [André Malo]
-
   *) Return 413 if chunk-ext-header is too long rather than reading from
      the truncated line.  PR 15857.  [Justin Erenkrantz]
 
@@ -169,6 +165,10 @@ Changes with Apache 2.0.45
      source tarball for Apache 2.0.45.  PR 17206
      [Christian Kratzer <ck@cksoft.de>, Bjoern A. Zeeb <bz@zabbadoz.net>]
 
+  *) Fix path handling of mod_rewrite, especially on non-unix systems.
+     There was some confusion between local paths and URL paths.
+     PR 12902.  [André Malo]
+
   *) Prevent endless loops of internal redirects in mod_rewrite by
      aborting after exceeding a limit of internal redirects. The
      limit defaults to 10 and can be changed using the RewriteOptions