Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19c5cf3

Browse files
committed
Prep 1.35.8
Change-Id: I3743c0289da96a83dcfcf51389f2316752b6656d
1 parent 2a6d9c3 commit 19c5cf3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎RELEASE-NOTES-1.35

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
1212

1313
== MediaWiki 1.35.8 ==
1414

15+
This is a security and maintenance release of the MediaWiki 1.35 branch.
16+
1517
=== Changes since MediaWiki 1.35.7 ===
1618
* Localisation updates.
1719
* (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
@@ -83,6 +85,10 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
8385
* (T317750) session: Fix broken SessionTest case due to PHPUnit dependency
8486
change.
8587
* (T318460) SpecialChangeEmail: Set default for returntoquery.
88+
* (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
89+
in an IP range check on Special:Contributions.
90+
* (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
91+
of hidden users.
8692

8793
== MediaWiki 1.35.7 ==
8894

‎includes/Defines.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
* @since 1.35
3939
*/
40-
define( 'MW_VERSION', '1.35.7' );
40+
define( 'MW_VERSION', '1.35.8' );
4141

4242
# Obsolete aliases
4343

0 commit comments

Comments
 (0)