]> granicus.if.org Git - apache/commitdiff
sync
authorAndré Malo <nd@apache.org>
Thu, 31 Jul 2003 23:50:45 +0000 (23:50 +0000)
committerAndré Malo <nd@apache.org>
Thu, 31 Jul 2003 23:50:45 +0000 (23:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100885 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 76b27e6d56d08d3a720edfc038e2421cf8f2f2f9..7fe007c2be1d8ce096c4106558a1d1054ac9a36e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -17,13 +17,6 @@ Changes with Apache 2.1.0-dev
   *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
      [Hartmut Keil <Hartmut.Keil@adnovum.ch>]
 
-  *) ab: Overlong credentials given via command line no longer clobber
-     the buffer. [André Malo]
-
-  *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
-     containing the .htaccess file is requested without a trailing slash.
-     PR 20195.  [André Malo]
-
   *) mod_autoindex: If a directory contains a file listed in the
      DirectoryIndex directive, the folder icon is no longer replaced
      by the icon of that file. PR 9587.
@@ -197,6 +190,13 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
+     containing the .htaccess file is requested without a trailing slash.
+     PR 20195.  [André Malo]
+
+  *) ab: Overlong credentials given via command line no longer clobber
+     the buffer.  [André Malo]
+
   *) mod_deflate: Don't attempt to hold all of the response until we're
      done.  [Justin Erenkrantz]