From: Reedy Date: Tue, 23 Jun 2020 00:02:43 +0000 (+0100) Subject: Bring RELEASE-NOTES up to date X-Git-Tag: 1.34.2~2 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=d68449722356d740291415fd84855ec75d7bb01b Bring RELEASE-NOTES up to date Change-Id: I71eda4b4f5b2b59b6b8bfd87a68bb9834ab99fce --- diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index dcc6a39d7f..c010b2ba1a 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -5,9 +5,22 @@ THIS IS NOT A RELEASE YET === Changes since MediaWiki 1.34.1 === +* (T247017) PasswordReset performance improvements. * The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked. -* Per-user concurrency in SpecialContributions can now be limited by setting - $wgPoolCounterConf['SpecialContributions'] appropriately. +* (T250568) Work around change in SimpleXMLElement behavior introduced in PHP + 7.3.17. +* (T251789) Let $wgResourceLoaderMaxQueryLength=-1 fallback to default. +* Remove some rotten and out of date documentation. +* (T252311) Improvements to some older SQLite update patches. +* (T240307) Minor fixes to extension.schema.v2.json and + extension.schema.v1.json. +* (T238043) cleanupUsersWithNoId.php: Handle missing fields. +* (T199474) Set rc_patrolled to 2 for autopatrolled changes in + rebuildrecentchanges.php. +* (T229461) Update the change_tag table in rebuildrecentchanges.php. +* (T249730) Password Reset Updates. +* (T234450) Per-user concurrency in SpecialContributions can now be limited by + setting $wgPoolCounterConf['SpecialContributions'] appropriately. == MediaWiki 1.34.1 ==