X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=3a83b36ca7938ec2303817c0e228584fd08d58e0;hb=5b33f0fca1f2853d6dab8f52a4ef9c700ab189c1;hp=ff1b61f2b4c1f07075705375750067ea56fde6d5;hpb=c3c37132a2d01004f5e47bfe00a064171c00875a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index ff1b61f2b4..3a83b36ca7 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -1,6 +1,3 @@ -Security reminder: If you have PHP's register_globals option set, you must -turn it off. MediaWiki will not work with it enabled. - == MediaWiki 1.27 == THIS IS NOT A RELEASE YET @@ -164,6 +161,11 @@ HHVM 3.1. All values are now allowed for the role attribute. * $wgContentHandlers now also supports callbacks to create an instance of the appropriate ContentHandler subclass. +* Added $wgAuthenticationTokenVersion, which if non-null prevents the + user_token database field from being exposed in cookies. Setting this would + be a good idea, but will log out all current sessions. +* $wgEventRelayerConfig was added, for managing PubSub event relay configuration, + specifically for reliable CDN url purges. === External library changes in 1.27 ===