01tonythomas has uploaded a new change for review. https://gerrit.wikimedia.org/r/102131
Change subject: Corrected the MediaWiki 1.22 Release notes ...................................................................... Corrected the MediaWiki 1.22 Release notes The MediaWiki 1.22 Release notes say "THIS IS NOT A RELEASE YET", which was corrected. The stable release version is 1.22.0, not 1.22 Bug: 58233 Change-Id: I20e2754912b9fd76a4c57e980d5166545229c417 --- M RELEASE-NOTES-1.22 1 file changed, 19 insertions(+), 21 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/31/102131/1 diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index dad2438..67089cb 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -1,22 +1,20 @@ Security reminder: MediaWiki does not require PHP's register_globals. If you have it on, turn it '''off''' if you can. -== MediaWiki 1.22 == +== MediaWiki 1.22.0 == -THIS IS NOT A RELEASE YET +MediaWiki 1.22.0 is the stable branch and is recommended for use in production. +This is a security and maintenance release of the MediaWiki 1.21 branch. -MediaWiki 1.22 is an alpha-quality branch and is not recommended for use in -production. +* Breaking Changes in 1.22.0 +* New features in 1.22.0 +* Configuration changes in 1.22.0 +* Bug fixes in 1.22.0 +* API changes in 1.22.0 +* Languages updated in 1.22.0 +* Other changes in 1.22.0 -* Breaking Changes in 1.22 -* New features in 1.22 -* Configuration changes in 1.22 -* Bug fixes in 1.22 -* API changes in 1.22 -* Languages updated in 1.22 -* Other changes in 1.22 - -=== Breaking Changes in 1.22 === +=== Breaking Changes in 1.22.0 === * BREAKING CHANGE: (bug 41729) Display editsection links next to headings. Also change their class name from .editsection to .mw-editsection and place them at the end of the heading element instead of the beginning. Client-side code and @@ -74,7 +72,7 @@ 'mediawiki.legacy.wikibits' (which IEFixes depends on) and that will import IEFixes automatically if user agent conditions are met. -=== New features in 1.22 === +=== New features in 1.22.0 === * You can now install extensions using Composer. See https://www.mediawiki.org/wiki/Composer * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes. @@ -267,7 +265,7 @@ prefix. Also fixed PHPUnit test suite when using a MySQL backend containing views. -=== Configuration changes in 1.22 === +=== Configuration changes in 1.22.0 === * $wgRedirectScript was removed. It was unused. * Removed $wgLocalMessageCacheSerialized, it is now always true. * $wgVectorUseIconWatch is now enabled by default. @@ -325,7 +323,7 @@ script they were added for. * Default value of $wgMaxShellMemory has been tripled (it's now 300 MB). -=== Bug fixes in 1.22 === +=== Bug fixes in 1.22.0 === * (bug 47271) $wgContentHandlerUseDB should be set to false during the upgrade * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one could still navigate to the page by entering the URL directly. @@ -413,7 +411,7 @@ * (bug 56707) Correct tooltip of "Next n results" on query special pages. * (bug 56770) mw.util.addPortletLink: Check length before access array index. -=== API changes in 1.22 === +=== API changes in 1.22.0 === * (bug 25553) The JSON output formatter now leaves forward slashes unescaped to improve human readability of URLs and similar strings. Also, a "utf8" option is now provided to use UTF-8 encoding instead of hex escape codes @@ -467,7 +465,7 @@ file repositories, and related ForeignAPIRepo methods getInfo and getApiUrl. * The new query module list=allfileusages to enumerate file usages was added. -=== Languages updated in 1.22 === +=== Languages updated in 1.22.0 === MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as @@ -476,7 +474,7 @@ * Batak Toba (bbc-latn) added. * (bug 46751) Made Buryat (Russia) (буряад) (bxr) fallback to Russian. -=== Other changes in 1.22 === +=== Other changes in 1.22.0 === * redirect.php was removed. It was unused. * ClickTracking integration was dropped from the mediaWiki.user.bucket JavaScript function. The 'tracked' option is now ignored. @@ -547,7 +545,7 @@ == Compatibility == -MediaWiki 1.22 requires PHP 5.3.2 or later. +MediaWiki 1.22.0 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 @@ -562,7 +560,7 @@ == Upgrading == -1.22 has several database changes since 1.21, and will not work without schema +1.22.0 has several database changes since 1.21, and will not work without schema updates. Note that due to changes to some very large tables like the revision table, the schema update may take quite long (minutes on a medium sized site, many hours on a large site). -- To view, visit https://gerrit.wikimedia.org/r/102131 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I20e2754912b9fd76a4c57e980d5166545229c417 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
