summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-10-06 23:42:08 +0100
committerReedy <reedy@wikimedia.org>2022-10-07 21:31:46 +0000
commit927389453e55aa6b237e5cae32594ab5b35bcd58 (patch)
tree912293ae4440d9045b1d40842acd5e4c7653ac41
parent9bd817788f0a5a57fa8c196b3d2356617acc4bde (diff)
Prep 1.39.0-rc.11.39.0-rc.1
Change-Id: Ie704bb95a4d3b0f36ee3cc2d64b039fb656ef96a
-rw-r--r--RELEASE-NOTES-1.3913
-rw-r--r--includes/Defines.php2
2 files changed, 9 insertions, 6 deletions
diff --git a/RELEASE-NOTES-1.39 b/RELEASE-NOTES-1.39
index 542c5122e9c2..eecd96a860c7 100644
--- a/RELEASE-NOTES-1.39
+++ b/RELEASE-NOTES-1.39
@@ -2,7 +2,8 @@
== MediaWiki 1.39.0-rc.1 ==
-THIS IS NOT A RELEASE YET
+MediaWiki 1.39 is a pre-release testing branch, and is not recommended
+for use in production.
=== Changes since MediaWiki 1.39.0-rc.0 ===
* Localisation updates.
@@ -20,13 +21,15 @@ THIS IS NOT A RELEASE YET
"alreadyrolled" can leak revision deleted user name.
* (T319186) .phan/config.php: Update minimum_target_php_version.
* Tests: Explicit cast to int in RandomImageGenerator test (php8 warnings).
-* …
+* (T319186) .phan/config.php: Update minimum_target_php_version.
+* (T310243) Deprecate use of 'wvui-search' package.
+* utils: Fix return doc about false/null for UrlUtils::expand.
+* (T319000) WebInstaller: Don't try and run trim() on null.
+* In the event of preg failure in MagicWordArray throw exception.
+* (T318753) Installer: Disable logo dropper for now.
== MediaWiki 1.39.0-rc.0 ==
-MediaWiki 1.39 is a pre-release testing branch, and is not recommended
-for use in production.
-
== Upgrading notes for 1.39 ==
Don't forget to always back up your database before upgrading!
diff --git a/includes/Defines.php b/includes/Defines.php
index f4220030dc53..cc9a3ad470b9 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.0-rc.0' );
+define( 'MW_VERSION', '1.39.0-rc.1' );
/** @{
* Obsolete IDatabase::makeList() constants