From: Stefan Fritsch Date: Fri, 27 May 2011 19:28:11 +0000 (+0000) Subject: properly merge directory configs in mod_include X-Git-Tag: 2.3.13~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c39b9f369e42888265d8ed00d2ff2105d884d37;p=thirdparty%2Fapache%2Fhttpd.git properly merge directory configs in mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0b7159e41a7..f48e92e4a8a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.3.13 + *) mod_include: Merge directory configs instead of one SSI* config directive + causing all other per-directory SSI* config directives to be reset. + [Stefan Fritsch] + *) mod_charset_lite: Remove DebugLevel option in favour of per-module loglevel. [Stefan Fritsch] diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index e2ce3f77397..9c95f5e8178 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -225,6 +225,11 @@ module="filter">FilterProvider syntax has changed and now uses a boolean expression to determine if a filter is applied. + +
  • mod_include: An SSI* config directive in directory + scope no longer causes all other per-directory SSI* directives to be + reset to their default values. +
  • @@ -233,7 +238,7 @@ Misc Changes