You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/05/17 12:59:32 UTC

svn commit: r538869 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Thu May 17 03:59:31 2007
New Revision: 538869

URL: http://svn.apache.org/viewvc?view=rev&rev=538869
Log:
* Sync with 2.2.x CHANGES file

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=538869&r1=538868&r2=538869
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu May 17 03:59:31 2007
@@ -143,10 +143,6 @@
      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]
@@ -264,6 +260,10 @@
      [Martin Kraemer, David Reid]
 
 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]