X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=3a0326e2ff3fb4237bde88b1c1f31bd99f1ced25;hp=7ddcdfbae27fd23bcf1303ddfe24dfae2f4bbd79;hb=03d1d295b99713bbe4657d26448bb7fc2b57d013;hpb=77579c6f1037daf2a053cab7ee51280f962f2e36 diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 7ddcdfbae2..3a0326e2ff 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -13,6 +13,8 @@ HHVM 3.1. Additionally, the following PHP extensions are required: * json * mbstring * xml +The following PHP extensions are strongly recommended: +* openssl === Configuration changes in 1.27 === * $wgAllowMicrodataAttributes and $wgAllowRdfaAttributes were removed, @@ -114,6 +116,9 @@ HHVM 3.1. Additionally, the following PHP extensions are required: module should express a dependency on it. * Removed configuration option $wgCopyrightIcon (deprecated since 1.18). Use $wgFooterIcons['copyright']['copyright'] instead. +* If the openssl and mcrypt PHP extensions are both unavailable, secure + session storage (soon to be used for login) will raise an exception. This + exception may be bypassed by setting $wgSessionInsecureSecrets = true. === New features in 1.27 === * $wgDataCenterUpdateStickTTL was also added. This decides how long a user @@ -190,6 +195,9 @@ HHVM 3.1. Additionally, the following PHP extensions are required: is deprecated. * (T33313) Add a preference for watching uploads by default, also applies to API-based upload tools. +* $wgJpegPixelFormat was added to override chroma subsampling for JPEG image + thumbnails created via ImageMagick. Defaults to 'yuv420', providing bandwidth + savings versus the previous behavior on many files. === External library changes in 1.27 === @@ -463,6 +471,10 @@ changes to languages because of Phabricator reports. * Skin::tooltipAndAccesskeyAttribs was removed (deprecated since 1.21). * Skin::userTalkLink was removed (deprecated since 1.21). * Skin::userToolLinksRedContribs was removed (deprecated since 1.21). +* wikidiff3 is now the default and only PHP diff engine. It provides improved diff + performance on complex changes. $wgExternalDiffEngine = 'wikidiff3' therefore + makes no difference now. Users are still recommended to use wikidiff2 if possible, + though. == Compatibility ==