X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=6348ac385c85c6f22aa516b144ad09be7895351c;hb=58920c46951f0e25bec63a1927927586565044fd;hp=1bb8c32f5ecb949bedcece37c7b8a4a1ecc85c2a;hpb=c25cfa703623606be2b13b97df0f459c35265f81;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 1bb8c32f5e..6348ac385c 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -6,15 +6,20 @@ MediaWiki 1.28 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.28 === - +* The load.php entry point now enforces the existing policy of not allowing + access to session data, which includes the session user and the session + user's language. If such access is attempted, an exception will be thrown. +* The number of internal PBKDF2 iterations used to derive the session secret + is configurable via $wgSessionPbkdf2Iterations. === New features in 1.28 === - +* User::isBot() method for checking if an account is a bot role account. +* Added a new hook, 'UserIsBot', to aid in determining if a user is a bot. === External library changes in 1.28 === ==== Upgraded external libraries ==== - +* Updated es5-shim from v4.1.5 to v4.5.8 ==== New external libraries ==== @@ -37,7 +42,7 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. -=== Other changes in 1.27 === +=== Other changes in 1.28 === == Compatibility ==