summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-08-15 23:28:08 +0200
committerGraham Leggett <minfrin@apache.org>2011-08-15 23:28:08 +0200
commit1d8184a974b68feccb29023f5bb99d7881af5807 (patch)
treefa17622c874a84b90e750be48f972a48ed7bdd60 /CHANGES
parentAdds TODO item so I won't forget. (diff)
downloadapache2-1d8184a974b68feccb29023f5bb99d7881af5807.tar.xz
apache2-1d8184a974b68feccb29023f5bb99d7881af5807.zip
mod_cache: Ensure that CacheDisable can correctly appear within
a LocationMatch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1158022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b05bf213fe..c3587b46b5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.3.15
+ *) mod_cache: Ensure that CacheDisable can correctly appear within
+ a LocationMatch. [Graham Leggett]
+
*) mod_cache: Fix the moving of the CACHE filter, which erroneously
stood down if the original filter was not added by configuration.
[Graham Leggett]