summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-06-29 21:10:40 +0100
committerReedy <reedy@wikimedia.org>2022-06-30 17:17:41 +0100
commitd68ddc8b99375deb7fd440da8d1710e1697e6b81 (patch)
tree6289e3ad7d8f091a0aca5279f98736ea5bc40e2c
parent3a4ce110e5c27edba72ed314bbe50818eda5a7cb (diff)
Prep 1.38.21.38.2
Change-Id: I17401fc7104cef676668c5ca4b9ad93a35723c40
-rw-r--r--RELEASE-NOTES-1.3812
-rw-r--r--includes/Defines.php2
2 files changed, 10 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.38 b/RELEASE-NOTES-1.38
index fe81c92daaeb..e9e9cc4c8b53 100644
--- a/RELEASE-NOTES-1.38
+++ b/RELEASE-NOTES-1.38
@@ -2,7 +2,7 @@
== MediaWiki 1.38.2 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.38 branch.
=== Changes since MediaWiki 1.38.1 ===
* Localisation updates.
@@ -16,14 +16,19 @@ THIS IS NOT A RELEASE YET
* (T289926) Avoid passing null to trim() in SkinTemplate.
* (T289879) Address deprecations for PHP 8.1.
* (T311473) rollbackEdits: Pass user identity to RollbackPage.
-* Upgrading wikimedia/remex-html (3.0.1 => 3.0.2).
+* Upgrade wikimedia/remex-html from 3.0.1 to 3.0.2.
* (T311551) ShellboxClientFactory::getUrl(): Check if $this->key is null.
* (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().
+* (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
+* Upgrade wikimedia/common-passwords from 0.3.0 to 0.4.0.
== MediaWiki 1.38.1 ==
+This is a maintenance release of the MediaWiki 1.38 branch.
+
=== Changes since MediaWiki 1.38.0 ===
* (T309860) Add justinrainbow/json-schema to vendor.
* (T309933) Drop PHP 7.2 support in MediaWiki 1.38; require 7.3.19.
@@ -210,7 +215,8 @@ For notes on 1.37.x and older releases, see HISTORY.
* Updated wikimedia/request-timeout from 1.1.0 to 1.2.0.
* Updated wikimedia/shellbox from 2.0.0 to 3.0.0.
* Updated wikimedia/wrappedstring from 3.2.0 to 4.0.1.
-* Updated wikimedia/remex-html (3.0.1 => 3.0.2).
+* Updated wikimedia/remex-html from 3.0.1 to 3.0.2.
+* Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
===== Changed development-only external libraries =====
* Updated QUnit from 2.16.0 to 2.18.0.
diff --git a/includes/Defines.php b/includes/Defines.php
index b25c1c75b471..fc6c440ff2fe 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.38.1' );
+define( 'MW_VERSION', '1.38.2' );
/** @{
* Obsolete IDatabase::makeList() constants