summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-07-08 16:49:14 +0000
committerReedy <reedy@wikimedia.org>2022-07-08 16:53:23 +0000
commit5d4f7bc597f447aa7f64412f2c74b260f6550772 (patch)
treecf696a15a21a0825c173db712fb50d0c888627c8
parent853fc3d005b30a6ba81c3510c1a90836f093e964 (diff)
Prep 1.37.41.37.4
Bug: T312059 Change-Id: Id4594bbc923bfeccf9a70be8887f07993fb6daca
-rw-r--r--RELEASE-NOTES-1.3713
-rw-r--r--includes/Defines.php2
2 files changed, 13 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37
index 2747e47aaa78..e5e6441d837f 100644
--- a/RELEASE-NOTES-1.37
+++ b/RELEASE-NOTES-1.37
@@ -2,9 +2,20 @@
== MediaWiki 1.37.4 ==
-THIS IS NOT A RELEASE YET
+This is a maintenance release of the MediaWiki 1.37 branch.
=== Changes since MediaWiki 1.37.3 ===
+* Localisation updates.
+* (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
+* (T311559) SpecialListFiles: user parameter isn't always present.
+* (T311561) ImageListPager: Don't call htmlspecialchars() on null.
+* (T311920) SpecialBlockList: Prevent passing null to trim().
+* (T311921) SpecialUserrights: Don't pass null to str_replace.
+* (T311570) SpecialWithoutInterwiki: Don't pass null through to
+ Title::capitalize().
+* (T311574, T311576) SpecialLinkSearch: Don't pass null through to the parser.
+* (T312059) Update guzzlehttp/guzzle to 7.4.5 in vendor.
+* (T296435, T297669) cache: Add four fields to LinkCache::getSelectFields.
== MediaWiki 1.37.3 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index 3e6e193d0546..43c634e0ce71 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -33,7 +33,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.35 (also backported to 1.33.3 and 1.34.1)
*/
-define( 'MW_VERSION', '1.37.3' );
+define( 'MW_VERSION', '1.37.4' );
/** @{
* Obsolete IDatabase::makeList() constants