summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2020-09-24 01:45:34 +0100
committerReedy <reedy@wikimedia.org>2020-09-25 00:11:51 +0100
commit9b8a1684d4a81d1e617bfb7c9b39a347fc454b53 (patch)
tree73b54641aebfb3e0e7da00f6aa1b15022e8e32d0
parentaf1af137f228206cdcd62666336ac79bec315d04 (diff)
Prep 1.35.01.35.0
Change-Id: I8363fabc49d711aa13fbd74368d046a0e1b1a267
-rw-r--r--RELEASE-NOTES-1.3510
-rw-r--r--includes/Defines.php2
2 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE-NOTES-1.35 b/RELEASE-NOTES-1.35
index abd7ec1c0a0a..55d1e1dcb8b2 100644
--- a/RELEASE-NOTES-1.35
+++ b/RELEASE-NOTES-1.35
@@ -1,9 +1,6 @@
= MediaWiki 1.35 =
-THIS IS NOT A RELEASE YET
-
-MediaWiki 1.35 is a pre-release testing branch, and is not recommended
-for use in production.
+== MediaWiki 1.35.0 ==
=== Changes since MediaWiki 1.35.0-rc.3 ===
* (T261258) Remove checks for ancient ImageMagick versions in BitmapHandler.
@@ -38,6 +35,8 @@ for use in production.
* (T263655) NewPagesPager: Ignore nonexistent namespaces.
* Update specialPageAliases and magicWords for Egyptian Arabic (arz).
* (T261347) ParserOutput: don't throw on bad editsection.
+* (T232568, CVE-2020-25813) SpecialUserrights: If a viewer lacks `hideuser`,
+ ignore hidden users.
* (T255918, CVE-2020-25812) SECURITY: Unescaped message used in HTML on
Special:Contributions.
* (T256171, CVE-2020-25815) SECURITY: Unescaped message used in HTML within
@@ -67,7 +66,8 @@ for use in production.
* (T260468) Increase "sites.site_global_key" to varbinary(64).
* (T183759) Fix shell edge-cases in Windows.
* (T257879) Drop PHP 7.2 support; require 7.3.19.
-* (T251661) User::pingLimiter: add user-global rate limit type.
+* (T251661, CVE-2020-25827) SECURITY: User::pingLimiter: add user-global
+ rate limit type.
* (T246991) User: enforce pingLimiter() expiry time.
* (T256831) Rest: Handle Uri constructor exception.
* (T259094) Fix RequestFromGlobalsTest failing in Travis CI.
diff --git a/includes/Defines.php b/includes/Defines.php
index c93f477e46c6..3790909331a6 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-rc.3' );
+define( 'MW_VERSION', '1.35.0' );
# Obsolete aliases