summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2023-02-21 16:04:43 +0000
committerReedy <reedy@wikimedia.org>2023-02-22 17:26:31 +0000
commit5799d47bccdb3eb5655eadc0dc1bc09b703167ae (patch)
treeb4303190a7a1e0c918281ccc0f391f98607fa165
parenteb8ba3469595730b8a453e7bfcb530bc1c397f8d (diff)
Prep 1.39.21.39.2
Bug: T326369 Change-Id: I4318fd1154f69533ae1316e97f74dafc883dccd1
-rw-r--r--RELEASE-NOTES-1.398
-rw-r--r--includes/Defines.php2
2 files changed, 6 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.39 b/RELEASE-NOTES-1.39
index 856d21007c96..e9eabae0d18b 100644
--- a/RELEASE-NOTES-1.39
+++ b/RELEASE-NOTES-1.39
@@ -6,7 +6,7 @@ PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
== MediaWiki 1.39.2 ==
-THIS IS NOT A RELEASE YET
+This is a maintenance release of the MediaWiki 1.39 branch.
=== Changes since MediaWiki 1.39.1 ===
* Localisation updates.
@@ -15,11 +15,11 @@ THIS IS NOT A RELEASE YET
* (T297031, T326039) PostgresUpdater: Move setDefault ahead of
changeNullableField.
* (T321319) Produce HTML for invalid JSON.
-* (T215466, T326071) MigrateActors: Write to revsion table (Follow-up 24115a8).
+* (T215466, T326071) MigrateActors: Write to revision table (Follow-up 24115a8).
* (T223027) ReservedUsernames config: Add reserved names from maintenance
scripts.
* (T325000, T324896, T307631) Updated OOUI from v0.44.3 to v0.44.5.
-* Remove /images .htaccess rules that are no longer relevent.
+* Remove /images .htaccess rules that are no longer relevant.
* Disable php in .htaccess of images directory as a hardening measure.
* (T322583) Include missing message parameter in message.
* LocalFileTest: use encodeBlob/decodeBlob for img_metadata.
@@ -53,6 +53,8 @@ THIS IS NOT A RELEASE YET
* (T329198) ParamValidator: Improve paramvalidator-help-multi-max message.
* (T329415) Clear the statsd data buffer regardless of StatsdServer config.
* (T292348) WikiImporter: do not fail if upload entry in dump lacks 'text' tag.
+* (T330049) UnregisteredLocalFile: Don't call MimeAnalyzer if no path.
+* (T324894 TempFSFile: Use a WeakMap for reference tracking if available.
* (T295637) Add no to fallback chain of nb and nn.
== MediaWiki 1.39.1 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index 174ddf8f1c10..87e001037ce4 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.39.1' );
+define( 'MW_VERSION', '1.39.2' );
/** @{
* Obsolete IDatabase::makeList() constants