Skip to content

Commit

Permalink
Prep 1.35.6
Browse files Browse the repository at this point in the history
Change-Id: Ic4159a1a409295a83e8b9bab28f198c17e4a6c1e
  • Loading branch information
reedy committed Mar 31, 2022
1 parent 277d3b8 commit 76572f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions RELEASE-NOTES-1.35
@@ -1,25 +1,26 @@
= MediaWiki 1.35 =

MediaWiki 1.35 should mostly work on the recently released PHP 8.0, however
MediaWiki 1.35 should mostly work on PHP 8.0/8.1, however
it is not currently actively supported. Testing (on a development wiki!) is
appreciated, and bugs with PHP 8.0 on MediaWiki 1.35 will be accepted.
appreciated, and bugs with PHP 8.0/8.1 on MediaWiki 1.35 will be accepted.

It is anticipated that in a later MediaWiki 1.35 point release, we can
declare 1.35 as supporting PHP 8.0.
declare 1.35 as supporting PHP 8.0/8.1.

PHP 8.0 workboard: https://phabricator.wikimedia.org/tag/php_8.0_support/
PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/

== MediaWiki 1.35.6 ==

THIS IS NOT A RELEASE YET
This is a security and maintenance release of the MediaWiki 1.35 branch.

=== Changes since MediaWiki 1.35.5 ===
* (T298261) Fix support for Composer 2.2.
* (T298283) composer.json: Add wikimedia/composer-merge-plugin to allow-plugins.
* Update doctrine/dbal (3.0.0 => 3.1.5).
* (T298564) MemcachedClient: Add support for IPv6.
* (T297543) SECURITY: properly escape output used within galleries and
Special:RevisionDelete.
* (T297543, CVE-2022-28202) SECURITY: properly escape output used within
galleries and Special:RevisionDelete.
* (T268847) Suppress deprecation warnings from libxml_disable_entity_loader().
* (T283275) Fix PHP 8.0 failure of WikiExporterFactoryTest.
* (T274966) Upgrading wikimedia/html-formatter (1.0.2 => 2.0.1).
Expand All @@ -46,6 +47,11 @@ THIS IS NOT A RELEASE YET
* (T293576) listFiles: Display file name instead of version.
* (T303560) Installer: Check correct PCRE_CONFIG_NEWLINE value.
* wrapOldPasswords: add \n to two output calls.
* (T304993) Make editcontentmodel a part of editpage grant.
* (T297571, CVE-2022-28201) Title::newMainPage() goes into an infinite recursion
loop if it points to a local interwiki.
* (T297731, CVE-2022-28203) Requesting Special:NewFiles on a wiki with many file
uploads with actor as a condition can result in a DoS.

== MediaWiki 1.35.5 ==

Expand Down
2 changes: 1 addition & 1 deletion includes/Defines.php
Expand Up @@ -37,7 +37,7 @@
*
* @since 1.35
*/
define( 'MW_VERSION', '1.35.5' );
define( 'MW_VERSION', '1.35.6' );

# Obsolete aliases

Expand Down

0 comments on commit 76572f7

Please sign in to comment.