X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=3e7f5d15345db63b7403d570367d0b3422111cb5;hp=24e42e9f708879c9d943ec01f3cd8c31f87a5da8;hb=90232b6f36ee5a1473f2e865cc7a72d0014db4c7;hpb=590e94d474fdb1ea9daa3d96ace797d6d4108b60 diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index 24e42e9f70..3e7f5d1534 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -6,6 +6,18 @@ THIS IS NOT A RELEASE YET * (T204729) WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none * (T205967) Fix syntax error typo in postgres database upgrade file. +* (T200254) Add pear/Net_SMTP 1.7.3 to composer dependencies. +* (T206765) Load installer i18n when running update.php. +* (T109121) Remove deprecated pear/mail_mime-decode from composer suggested libraries. +* (T200595) Fix PHP 7.3 warnings of using "continue" in some scenarios instead + of "break". +* (T206979) Fix PHP 7.3 warnings of using "compact()" when some variables may + not be set. +* Fix PHP 7.3 warnings "preg_replace(): [...] invalid range in character class" +* (T207540) Include IP address in "Login for $1 succeeded" log entry. +* (T207541) Pass email address to mail(). +* (T207603) User JS may no longer be loaded with mime type text/javascript if + there is no account associated with the username. == MediaWiki 1.31.1 == @@ -31,7 +43,7 @@ This is a security and maintenance release of the MediaWiki 1.31 branch. * (T200861) Fix total breakage of SQLite web upgrade. * (T200864) Fix pingback over-reporting on non-MySQL databases * (T202550) Unbreak SpecialListusersHeaderForm and SpecialListusersHeader - hooks. + hooks. === Changes since MediaWiki 1.31.0-rc.2 === * (T195783) Initialize PSR-4 namespaces at same stage as normal autoloader.