]> granicus.if.org Git - apache/commitdiff
* CHANGES
authorSander Striker <striker@apache.org>
Sat, 27 Sep 2003 18:25:24 +0000 (18:25 +0000)
committerSander Striker <striker@apache.org>
Sat, 27 Sep 2003 18:25:24 +0000 (18:25 +0000)
  Update to account for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101329 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b4ff6f98c8b613816329ad79ac47e808c77cf083..0d6f6c2981069c1cf96fd878a45d8c3563bf7df0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,10 +5,6 @@ Changes with Apache 2.1.0-dev
   *) Log an error when requests for URIs which fail to map to a valid 
      filesystem name are rejected with 403.  [Jeff Trawick]
 
-  *) Fixed mod_usertrack to not get false positive matches on the
-     user-tracking cookie's name.  PR 16661.
-     [Manni Wood <manniwood@planet-save.com>]
-
   *) Fix mod_info to use the real config file name, not the default
      config file name.  [Aryeh Katz <aryeh@secured-services.com>]
 
@@ -237,6 +233,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) Fixed mod_usertrack to not get false positive matches on the
+     user-tracking cookie's name.  PR 16661.
+     [Manni Wood <manniwood@planet-save.com>]
+
   *) mod_cache: Fix the cache code so that responses can be cached
      if they have an Expires header but no Etag or Last-Modified
      headers. PR 23130.