summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2007-05-17 21:16:56 +0000
committerRuediger Pluem <rpluem@apache.org>2007-05-17 21:16:56 +0000
commit3469f8e1117221aeec0c9c239faeb49ff71262cd (patch)
treedd736ad9be780d7d735dd9a02b35b1540e883981
parent1b7508dd219a9a3bfd925454ef5bd0bb79bc424f (diff)
downloadhttpd-3469f8e1117221aeec0c9c239faeb49ff71262cd.tar.gz
* Sync with 2.2.x CHANGES file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@539119 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index f8e06aa5cb..2291b82633 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,12 +33,6 @@ Changes with Apache 2.3.0
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
@@ -267,6 +261,12 @@ Changes with Apache 2.3.0
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
applied again. PR 40090. [Ruediger Pluem]