Added release notes entry for user-visible change r49212: fix for template loop check...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 4 May 2009 09:42:22 +0000 (09:42 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 4 May 2009 09:42:22 +0000 (09:42 +0000)
RELEASE-NOTES

index 99f2f17..3f91fa6 100644 (file)
@@ -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 ==