]> granicus.if.org Git - apache/commitdiff
note backported bugfix.
authorAndré Malo <nd@apache.org>
Fri, 31 Jan 2003 02:35:19 +0000 (02:35 +0000)
committerAndré Malo <nd@apache.org>
Fri, 31 Jan 2003 02:35:19 +0000 (02:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98556 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6087875e17411e1e796470190ffbc13be3410a13..36f58a3e6041826a143e6add4185e3eaa88a1c75 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,9 +11,6 @@ Changes with Apache 2.1.0-dev
   *) Fix If header parsing when a non-mod_dav lock token is passed to it.
      PR 16452.  [Justin Erenkrantz]
 
-  *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
-     information (and more). Related to PR 9076.  [André Malo]
-
   *) mod_negotiation: Introduce "prefer-language" environment variable,
      which allows to influence the negotiation process on request basis
      to prefer a certain language.  [André Malo]
@@ -23,7 +20,6 @@ Changes with Apache 2.1.0-dev
      triggering the 'no encoded slashes anywhere' legacy rule.
      PR 543, 2389, 3581, 3589, 5687, 7066, 7865, 14639.  [Ken Coar]
 
-
   *) Move RFC 1413 ident requests from core to new module mod_ident.
      [André Malo]
 
@@ -73,6 +69,10 @@ Changes with Apache 2.1.0-dev
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
 Changes with Apache 2.0.45
+
+  *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME
+     information (and more). Related to PR 9076.  [André Malo]
+
   *) mod_file_cache: fix segfault serving mmaped cached files.
      [Bill Stoddard]