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 23:16:57 UTC

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

Author: rpluem
Date: Thu May 17 14:16:56 2007
New Revision: 539119

URL: http://svn.apache.org/viewvc?view=rev&rev=539119
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=539119&r1=539118&r2=539119
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu May 17 14:16:56 2007
@@ -33,12 +33,6 @@
      for SDKs that define LDAP_NO_LIMIT to something other than -1.
      [David Jones <oscaremma gmail.com>]
 
-  *) mod_cache: Use the same cache key throughout the whole request processing
-     to handle escaped URLs correctly.  PR 41475. [Ruediger Pluem]
-
-  *) mod_cache: Add CacheIgnoreQueryString directive.  PR 41484.
-     [Fredrik Widlund <fredrik.widlund qbrick.com>]
-
   *) mod_dbd: Introduce configuration groups to allow inheritance by virtual
      hosts of database configurations from the main server.  Determine the
      minimal set of distinct configurations and share connection pools
@@ -266,6 +260,12 @@
      [Martin Kraemer, David Reid]
 
 Changes with Apache 2.2.5
+
+  *) mod_cache: Use the same cache key throughout the whole request processing
+     to handle escaped URLs correctly.  PR 41475. [Ruediger Pluem]
+
+  *) mod_cache: Add CacheIgnoreQueryString directive.  PR 41484.
+     [Fredrik Widlund <fredrik.widlund qbrick.com>]
 
   *) 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