From: Tim Starling Date: Mon, 4 May 2009 09:42:22 +0000 (+0000) Subject: Added release notes entry for user-visible change r49212: fix for template loop check... X-Git-Tag: 1.31.0-rc.0~41893 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=6fa02f7bd3c0c9913bfffe2ea9f8c7105f800743;p=lhc%2Fweb%2Fwiklou.git Added release notes entry for user-visible change r49212: fix for template loop check. Users reported that this change broke their deliberately loopy templates. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 99f2f175e4..3f91fa6433 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -108,6 +108,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Removed float from the user login form in RTL interface - caused display problems in FF2 * (bug 15008) Redirect images are now subject to Bad image list rules +* Fixed the circular template inclusion check, was broken when the loop + involved redirects. Without this, infinite recursion within the parser is + possible. + == API changes in 1.16 ==