]> granicus.if.org Git - apache/commitdiff
* Sync with 2.2.x CHANGES file
authorRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 10:59:31 +0000 (10:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 17 May 2007 10:59:31 +0000 (10:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@538869 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 06902faf4677364391fe58a7fe4dd118f29cda8a..3e07455b78c885b7b6aa4e91d9219b8eae9b42d3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -143,10 +143,6 @@ Changes with Apache 2.3.0
      his value is defined as 258, thus limiting the MaxThreads
      to that value. [Mladen Turk]
 
-  *) mod_cache: While serving a cached entity ensure that filters that have
-     been applied to this cached entity before saving it to the cache are not
-     applied again. PR 40090. [Ruediger Pluem]
-
   *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
      to circumvent the symbolic link checks imposed by FollowSymLinks and
      SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
@@ -265,6 +261,10 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.5
 
+  *) mod_cache: While serving a cached entity ensure that filters that have
+     been applied to this cached entity before saving it to the cache are not
+     applied again. PR 40090. [Ruediger Pluem]
+
   *) mod_cache: Correctly cache objects whose URL query string has been
      modified by mod_rewrite. PR 40805. [Ruediger Pluem]