X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=d035653201fc8896d2bb4811c65cd5ff35b8308b;hb=65e25dd3e98c3f65b9bec0a9ec9523c768fdf4ff;hp=0ac34b41abb2959766c59209e5a4b2c737c64c4e;hpb=782ed1a1641a36855d9c35cf978885a4d61980c6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 0ac34b41ab..d035653201 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -1,9 +1,37 @@ = MediaWiki 1.34 = +== MediaWiki 1.34.2 == + THIS IS NOT A RELEASE YET -MediaWiki 1.34 is an pre-release testing branch, and is not recommended -for use in production. +=== Changes since MediaWiki 1.34.1 === +* The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked. + +== MediaWiki 1.34.1 == + +This is a security and maintenance release of the MediaWiki 1.34 branch. + +=== Changes since MediaWiki 1.34.0 === +* (T211450) User: better error message when getActorId fails. +* (T241340) Don't redefine MW_ENTRY_POINT in thumb.php if already defined. +* (T236444) User: Allow newSystemUser() to create over anonymous actors. +* (T238483) Fix NewPagesPager "hide registered users" option. +* (T245072) mediawiki.language: Rename languageData back to languageNames. +* Use proper SemVer comparison in CheckComposerLockUpToDate. +* (T212738) Add the MW_VERSION constant, global $wgVersion is soft deprecated. +* (T246127) Fix error when initialising updateCollation.php. +* Update comment about PHP versions supported by The PHP Group. +* (T247215) Fix output of RecountCategories::doWork(). +* Add check for page existence to view.php maintenance script. +* (T245149) Fix fetching login token from action=query&meta=tokens on private + wikis. +* (T236509) SECURITY: Fix HTML escaping in UserGroupMembership::getLink(). +* (T232932) SECURITY: User content can redirect the logout button to different + URL. +* (T246602) SECURITY: jquery.makeCollapsible allows applying event handler to + any CSS selector. + +== MediaWiki 1.34.0 == === Changes since MediaWiki 1.34.0-rc.1 === * $wgDiffEngine (T237049) – This configuration can be used to specify which