From: Bill Stoddard Date: Fri, 17 Sep 2004 15:39:29 +0000 (+0000) Subject: sync with 2.0 CHANGES file X-Git-Tag: 2.1.1~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d637ce6c28fafb032b457bf5b5b2248438e2717e;p=apache sync with 2.0 CHANGES file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105192 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 324538ca45..b995a527b9 100644 --- a/CHANGES +++ b/CHANGES @@ -410,8 +410,6 @@ Changes with Apache 2.0.52 freed twice, or reused after being freed. [J. Clar, W. Stoddard, G. Ames] -Changes with Apache 2.0.51 - *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe ] @@ -419,6 +417,8 @@ Changes with Apache 2.0.51 from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE processing. PR 29696. [Alois Treindl ] +Changes with Apache 2.0.51 + *) mod_include no longer checks for recursion, because that's done in the core. This allows for careful usage of recursive SSI. [André Malo]