summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2019-09-21 22:33:26 +0100
committerReedy <reedy@wikimedia.org>2019-09-30 17:35:42 +0000
commit171d96bc6243f06cccbbed88b27c1cad082b90d6 (patch)
tree46bfd374f3bf50d4b974126411664b12b5d12fe7
parenta607607a1851b8de317959cbde054e96181e875c (diff)
Prepare 1.31.41.31.4
Change-Id: I21a8dbeed30df0e8d3a1063e8d10eaa5e9c9ad77
-rw-r--r--RELEASE-NOTES-1.316
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31
index 231f7108194a..dde7064d027a 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 fd4c7af6a392..8c20bd5c6f3a 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