]> granicus.if.org Git - apache/commitdiff
move 'em down.
authorAndré Malo <nd@apache.org>
Tue, 22 Apr 2003 20:07:19 +0000 (20:07 +0000)
committerAndré Malo <nd@apache.org>
Tue, 22 Apr 2003 20:07:19 +0000 (20:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99521 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ea6f5263ca48c2fa10e346add87317b93cafa05c..ccdedf911d55eb1196bec07a40b41d2b0f3b8911 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -60,14 +60,6 @@ Changes with Apache 2.1.0-dev
      have buggy AcceptEx implementations.
      [Allan Edwards w/ suggestions from Bill Stoddard & Bill Rowe]
 
-  *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
-     the pattern will not always match as desired. PR 12596.
-     [André Malo]
-
-  *) mod_autoindex now emits and accepts modern query string parameter
-     delimiters (;). Thus column headers no longer contain unescaped
-     ampersands. PR 10880  [André Malo]
-
   *) Extend mod_negotiation to evaluate the environment variables
      no-gzip and gzip-only-text/html the same way as mod_deflate does.
      [André Malo]
@@ -165,6 +157,14 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.46
 
+  *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise
+     the pattern will not always match as desired. PR 12596.
+     [André Malo]
+
+  *) mod_autoindex now emits and accepts modern query string parameter
+     delimiters (;). Thus column headers no longer contain unescaped
+     ampersands. PR 10880  [André Malo]
+
   *) Enable ap_sock_disable_nagle for Windows. This along with the  
      addition of  APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle 
      to be disabled for Windows. [Allan Edwards]