Bump and prep 1.31.7 1.31.7
authorReedy <reedy@wikimedia.org>
Tue, 24 Mar 2020 17:24:57 +0000 (17:24 +0000)
committerReedy <reedy@wikimedia.org>
Thu, 26 Mar 2020 14:05:32 +0000 (14:05 +0000)
Change-Id: I3feba3ab474d69a9acbae5e2c1ecd388784d9df0

RELEASE-NOTES-1.31
includes/Defines.php

index 6625cd2..51d3598 100644 (file)
@@ -1,6 +1,6 @@
 == MediaWiki 1.31.7 ==
 
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.31 branch.
 
 === Changes since MediaWiki 1.31.6 ===
 * (T193565, T234022) Re-add DB domain sanity checks to LoadBalancer.
@@ -10,6 +10,9 @@ THIS IS NOT A RELEASE YET
 * (T247215) Fix output of RecountCategories::doWork().
 * Add check for page existence to view.php maintenance script.
 * (T247580) Disable some broken Selenium tests.
+* (T236509) SECURITY: Fix HTML escaping in UserGroupMembership::getLink().
+* (T246602) SECURITY: jquery.makeCollapsible allows applying event handler to any
+  CSS selector.
 
 == MediaWiki 1.31.6 ==
 
index b4140c3..214eba5 100644 (file)
@@ -35,9 +35,9 @@ use Wikimedia\Rdbms\IDatabase;
  *
  * This replaces the the $wgVersion global found in earlier versions.
  *
- * @since 1.35
+ * @since 1.31.7
  */
-define( 'MW_VERSION', '1.31.6' );
+define( 'MW_VERSION', '1.31.7' );
 
 # Obsolete aliases
 /**