]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a changes entry for the mod_dir/mod_cache stuff.
authorColm MacCarthaigh <colm@apache.org>
Thu, 29 Sep 2005 13:50:22 +0000 (13:50 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 29 Sep 2005 13:50:22 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292432 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2b73e0d9e3efcf1858258e860fa9b3030776e68a..92e6d26dca522767a3aed0b298b88f946619548b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,12 @@ Changes with Apache 2.3.0
      access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
      [Martin Kraemer, David Reid]
 
+Changes with Apache 2.1.9
+
+  *) mod_cache/mod_dir: Correct a subrequest lookup bug which was preventing
+     mod_dir from serving indexes correctly with mod_cache enabled. 
+     [Colm MacCarthaigh]
+
 Changes with Apache 2.1.8
 
   *) Fix lingering close implementation to match 1.3.x behaviour.