From: Ruediger Pluem Date: Thu, 20 Oct 2005 10:34:31 +0000 (+0000) Subject: * Update to reflect changes of r325960 X-Git-Tag: 2.3.0~2854 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9027814fd021cd4bc638ebd729fb99b2d2aba6a2;p=thirdparty%2Fapache%2Fhttpd.git * Update to reflect changes of r325960 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@326880 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e5f7add455c..a97405c5b30 100644 --- 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.