From: Reedy Date: Sat, 21 Sep 2019 21:33:26 +0000 (+0100) Subject: Prepare 1.31.4 X-Git-Tag: 1.31.4^0 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=171d96bc6243f06cccbbed88b27c1cad082b90d6 Prepare 1.31.4 Change-Id: I21a8dbeed30df0e8d3a1063e8d10eaa5e9c9ad77 --- diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 231f710819..dde7064d02 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -1,6 +1,6 @@ == MediaWiki 1.31.4 == -THIS IS NOT A RELEASE YET +This is a security and maintenance release of the MediaWiki 1.31 branch. === Changes since MediaWiki 1.31.3 === * (T207100) Updated LanguageTr for dotted and dotless I in PHP 7.3. @@ -14,6 +14,10 @@ THIS IS NOT A RELEASE YET * (T202183) Give more specific error messages on Special:Redirect. * Cache redirects from Special:Redirect. * (T231386) dispatchUser() should use a 302 http status code. +* (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into + separate files to help allieviate potential migration problems. +* Make SQLite's patch-add-3d.sql a no-op to prevent clobbering other database + updates. == MediaWiki 1.31.3 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd4c7af6a3..8c20bd5c6f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -71,7 +71,7 @@ $wgConfigRegistry = [ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.31.3'; +$wgVersion = '1.31.4'; /** * Name of the site. It must be changed in LocalSettings.php