summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-06-29 21:12:01 +0100
committerReedy <reedy@wikimedia.org>2022-06-30 17:16:45 +0100
commit1d62ca6ec30099e7e9d6c554693a4b8e88e91139 (patch)
tree72ea4e3caf8c94aeaaaf1ca351404d6b65128edc
parentc69c29bbb4b875f7ab12cd8d0ea6ea9a2dc2f998 (diff)
Prep 1.37.31.37.3
Change-Id: Ib0a0eb1e69cad8e7655a8d7206884b66573ce642
-rw-r--r--RELEASE-NOTES-1.379
-rw-r--r--includes/Defines.php2
2 files changed, 9 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37
index 3bc2dcdc4d19..5233573094f6 100644
--- a/RELEASE-NOTES-1.37
+++ b/RELEASE-NOTES-1.37
@@ -2,7 +2,7 @@
== MediaWiki 1.37.3 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.37 branch.
=== Changes since MediaWiki 1.37.2 ===
* Localisation updates.
@@ -28,6 +28,12 @@ THIS IS NOT A RELEASE YET
* (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode().
* (T311569) FileBackend::isStoragePath() Handle being passed null.
* (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param.
+* (T311678) SpecialEditWatchlist: Prevent passing null to strtolower().
+* (T281741) ChangeTags: Fix adding CSS classes for hidden tags.
+* (T296642) changetags: Fix management of a '0' tag.
+* (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
+* (T303033) Handle null in ChangeTags::modifyDisplayQuery.
+* Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
== MediaWiki 1.37.2 ==
@@ -246,6 +252,7 @@ For notes on 1.36.x and older releases, see HISTORY.
* Updated wikimedia/wait-condition-loop from v2.0.1 to v2.0.2.
* Updated zordius/lightncandy from v1.2.5 to v1.2.6.
* Updated guzzlehttp/guzzle from 7.2.0 to 7.4.5.
+* Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
===== Changed development-only external libraries =====
* Updated qunit from 2.10.0 to 2.16.0.
diff --git a/includes/Defines.php b/includes/Defines.php
index 13e3615c87d0..3e6e193d0546 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.2' );
+define( 'MW_VERSION', '1.37.3' );
/** @{
* Obsolete IDatabase::makeList() constants