From ccc03e2e6790b25be24ef2e9e5b852d17be4cd1e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 8 Oct 2012 20:21:02 +0200 Subject: [PATCH] Release notes tweaks. Change-Id: I9e975c27b94657cd8769267ecdd262b2e9bc6b75 --- RELEASE-NOTES-1.21 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 66c3859cd0..b8a7baa43a 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -1,7 +1,7 @@ = MediaWiki release notes = -Security reminder: MediaWiki does not require PHP's register_globals -setting since version 1.2.0. If you have it on, turn it '''off''' if you can. +Security reminder: MediaWiki does not require PHP's register_globals. If you +have it on, turn it '''off''' if you can. == MediaWiki 1.21 == @@ -12,7 +12,8 @@ production. === Configuration changes in 1.21 === * (bug 29374) $wgVectorUseSimpleSearch is now enabled by default. -* Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname' instead +* Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname' + instead. === New features in 1.21 === @@ -20,12 +21,14 @@ production. * (bug 40353) SpecialDoubleRedirect should support interwiki redirects. * (bug 40352) fixDoubleRedirects.php should support interwiki redirects. * (bug 9237) SpecialBrokenRedirect should not list interwiki redirects. -* (bug 34960) Drop unused fields rc_moved_to_ns and rc_moved_to_title from recentchanges table. +* (bug 34960) Drop unused fields rc_moved_to_ns and rc_moved_to_title from + recentchanges table. * (bug 32951) Do not register internal externals with absolute protocol, when server has relative protocol. === API changes in 1.21 === -* (bug 35693) ApiQueryImageInfo now suppresses errors when unserializing metadata. +* (bug 35693) ApiQueryImageInfo now suppresses errors when unserializing + metadata. === Languages updated in 1.21 === @@ -37,7 +40,7 @@ changes to languages because of Bugzilla reports. == Compatibility == -MediaWiki 1.21 requires PHP 5.3.2. PHP 4 is no longer supported. +MediaWiki 1.21 requires PHP 5.3.2 or later. MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but support for them is somewhat less mature. There is experimental support for IBM -- 2.20.1