Bump 1.31.1 1.31.1
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 3 Sep 2018 08:11:17 +0000 (01:11 -0700)
committerReedy <reedy@wikimedia.org>
Thu, 20 Sep 2018 18:59:28 +0000 (19:59 +0100)
Change-Id: I4f1dbc9ddf6daa9e67a08908d0c04db876493b84

RELEASE-NOTES-1.31
includes/DefaultSettings.php

index 3fd8dbc..b0da15a 100644 (file)
@@ -1,10 +1,13 @@
 == MediaWiki 1.31.1 ==
 
-THIS IS NOT A RELEASE YET!
-
 This is a security and maintenance release of the MediaWiki 1.31 branch.
 
 === Changes since MediaWiki 1.31.0 ===
+* (T169545, CVE-2018-0503) SECURITY: $wgRateLimits entry for 'user' overrides
+  'newbie'.
+* (T194605, CVE-2018-0505) SECURITY: BotPasswords can bypass CentralAuth's
+  account lock.
+* (T199029, CVE-2018-13258) SECURITY: Tarball was missing .htaccess files.
 * (T197229) Bundle Nuke extension, it was accidentally omitted.
 * (T193995) Fix undefined patchPath() method call in parser tests.
 * (T198687) Fix various selectFields methods to use the string 'NULL', not null.
index 97e27b7..89b77d2 100644 (file)
@@ -71,7 +71,7 @@ $wgConfigRegistry = [
  * MediaWiki version number
  * @since 1.2
  */
-$wgVersion = '1.31.0';
+$wgVersion = '1.31.1';
 
 /**
  * Name of the site. It must be changed in LocalSettings.php