]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Update to reflect changes of r325960
authorRuediger Pluem <rpluem@apache.org>
Thu, 20 Oct 2005 10:34:31 +0000 (10:34 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 20 Oct 2005 10:34:31 +0000 (10:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326880 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e5f7add455c9791c29736afdffd4c7e53e5e8063..a97405c5b300c1a221197e376be260700cd15119 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_cache: Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which
+     only differ by the type from CACHE_OUT / CACHE_SAVE to ensure that
+     subrequests to non local resources work again. [Ruediger Pluem]
+
   *) New module: mod_authn_dbd [Nick Kew]
 
   *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs.  PR 34264.