summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2021-04-08 16:19:50 +0100
committerReedy <reedy@wikimedia.org>2021-04-08 20:50:04 +0100
commitdc63efabf7afc624f5e1f06478b91182bfecaad4 (patch)
treeb6b5b916bb06107ccccd597dec035d61ef5c4136
parente66f782268473c6be16b8978bf163d512db97b95 (diff)
Prep 1.31.131.31.13
Change-Id: I227f1e3557a61b25b7b688566e2bb70da544f773
-rw-r--r--RELEASE-NOTES-1.3120
-rw-r--r--includes/Defines.php2
2 files changed, 17 insertions, 5 deletions
diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31
index 2b539cfdfb38..750875b53581 100644
--- a/RELEASE-NOTES-1.31
+++ b/RELEASE-NOTES-1.31
@@ -1,6 +1,6 @@
== MediaWiki 1.31.13 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.31 branch.
=== Changes since MediaWiki 1.31.12 ===
* (T115436) resourceloader: CSSMin::getLocalFileReferences now strips
@@ -10,9 +10,11 @@ THIS IS NOT A RELEASE YET
* DefaultSettings.php: Update $wgPingback documentation.
* PHPVersionCheck: The PHP Group only supports PHP >= 7.3.0.
* (T275261) Escape wikitext in the title in invalid title error messages.
-* (T277009) Allow blocked users to access Special:ResetTokens.
+* (T277009, CVE-2021-30158) SECURITY: Allow blocked users to access
+ Special:ResetTokens.
* pageExist.php: Output trailing newlines.
-* (T278058) Escape rcfilters-filter-* messages on ChangesList pages.
+* (T278058, CVE-2021-30157) SECURITY: Escape rcfilters-filter-* messages
+ on ChangesList pages.
* (T277414) HTMLFormField: Use non namespaced class name rather than
static::class.
* (T268230) Switch to new MediaWiki logo by Serhio Magpie.
@@ -20,7 +22,17 @@ THIS IS NOT A RELEASE YET
config-pingback.
* Fix documentation of user-global in $wgRateLimits.
* BackupDumper: Add -o as shortcode for --output.
-* (T278014) Escape mediastatistics-header-* messages on Special:NewFiles.
+* (T278014, CVE-2021-30154) SECURITY: Escape mediastatistics-header-*
+ messages on Special:NewFiles.
+* (T270713, CVE-2021-30152) SECURITY: Allow user to only apply protection
+ they have right to do so via action=protect.
+* (T272386, CVE-2021-30159) SECURITY: Non-admin deleted enwiki page in
+ fast double move.
+* (T270988, CVE-2021-30155) SECURITY: ContentModelChange: Check that user
+ can create pages.
+* (T276843, CVE-2021-20270, CVE-2021-27291) SECURITY:
+ SyntaxHighlight_GeSHi: Various lexers have been disabled due to DoS
+ vectors.
== MediaWiki 1.31.12 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index 0f59382621ef..5c92e4219cf5 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -37,7 +37,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.31.7
*/
-define( 'MW_VERSION', '1.31.12' );
+define( 'MW_VERSION', '1.31.13' );
# Obsolete aliases
/**