summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2020-07-29 14:30:01 +0000
committerReedy <reedy@wikimedia.org>2020-07-31 13:28:10 +0000
commitfd63308d4269539a866d6aa76c50e8b880021c92 (patch)
tree41fee02d9b893f6bed2d17d3adcd4cb5b3139a8e
parentba6c624088b04f903fcfe0418e4d27c87f09ccd5 (diff)
Prep 1.35.0-rc.01.35.0-rc.0
Bug: T259128 Change-Id: I8b66bd6dff62713b6ab5743ca519a8610e0c4ec4
-rw-r--r--RELEASE-NOTES-1.3512
-rw-r--r--includes/Defines.php2
2 files changed, 10 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.35 b/RELEASE-NOTES-1.35
index 59855dab0279..50ccdb23e6d5 100644
--- a/RELEASE-NOTES-1.35
+++ b/RELEASE-NOTES-1.35
@@ -1,6 +1,6 @@
= MediaWiki 1.35 =
-== MediaWiki 1.35.0-PRERELEASE ==
+== MediaWiki 1.35.0-rc.0 ==
THIS IS NOT A RELEASE YET
@@ -17,6 +17,13 @@ many hours on a large site).
Don't forget to always back up your database before upgrading!
+MediaWiki 1.35 is the next LTS after 1.31, and will be supported for around 3
+years.
+
+MediaWiki has a lot of both soft and hard deprecations, and code removed. As
+always, make sure your versions of extensions match the MediaWiki version,
+and updates may be required to any custom extensions.
+
See the file UPGRADE for more detailed upgrade instructions, including
important information when upgrading from versions prior to 1.11.
@@ -28,7 +35,7 @@ For notes on 1.34.x and older releases, see HISTORY.
=== Configuration changes for system administrators in 1.35 ===
-…
+* …
==== New configuration ====
* $wgDiffEngine — This can be used to specify the difference engine to use,
@@ -698,7 +705,6 @@ because of Phabricator reports.
* (T257278) Calling MediaWiki\Shell\Command::restrict() will now overwrite
any previous restrictions rather than adding to them, making it possible to
disable the default restrictions.
-* …
=== Deprecations in 1.35 ===
* The PHPUnit4And6Compat class, used to provide compatibility with PHPUnit 4, is
diff --git a/includes/Defines.php b/includes/Defines.php
index ca27f6b61935..8053aee63fb6 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -36,7 +36,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.35
*/
-define( 'MW_VERSION', '1.35.0-alpha' );
+define( 'MW_VERSION', '1.35.0-rc.0' );
# Obsolete aliases