Avoid session double-start in Setup.php
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
index 380eb1d..e27cda2 100644 (file)
@@ -21,6 +21,9 @@ THIS IS NOT A RELEASE YET
   * Suppress "Headers already sent" in PHP 7.2 too
   * (T206476) Output only to stderr in unit tests
   * (T207112) Add session_write_close() calls to SessionManager tests
+  * oyejorge/less.php replaced with our fork wikimedia/less.php
+  * (T209756) Updated wikimedia/ip-set from 1.2.0 to 1.3.0.
+  * (T213489) Avoid session double-start in Setup.php.
 * (T207540) Include IP address in "Login for $1 succeeded" log entry.
 * (T201781) Database: Allow selectFieldValues() to accept SQL fragments
 * (T205765) installer: Don't link to the obsolete "Extension Matrix" page
@@ -40,9 +43,14 @@ THIS IS NOT A RELEASE YET
 * Require ext-fileinfo in composer.json, per PHPVersionCheck
 * (T176390) Bundled LocalisationUpdate extension: Handle exceptions from GitHubFetcher
 * (T208255) Completion search should not change the search query
-
 * (T209870) Fix SQL syntax error in MS-SQL initialisation file for new wikis
 * (T185049) LogFormatter: Fail softer when trying to link an invalid titles
+* (T210998) Properly set $wgLanguageCode in the generated LocalSettings.php
+  if --lang is used with the command-line installer (install.php).
+* Fix addition of ug_expiry column to user_groups table on MSSQL.
+* (T204767) Add join conditions to ActiveUsersPager
+* (T210621) User: Bypass repeatable-read when creating an actor_id.
+* (T204531) rdbms: reduce LoadBalancer replication log spam.
 
 == MediaWiki 1.31.1 ==