Merge "rdbms: re-add DB domain sanity checks to LoadBalancer" into REL1_31
[lhc/web/wiklou.git] / RELEASE-NOTES-1.31
index 7ad05b2..94ff633 100644 (file)
@@ -1,7 +1,15 @@
-== MediaWiki 1.31.6 ==
+== MediaWiki 1.31.7 ==
 
 THIS IS NOT A RELEASE YET
 
+=== Changes since MediaWiki 1.31.6 ===
+
+* (T212738) Add the MW_VERSION constant, global $wgVersion is soft deprecated.
+
+== MediaWiki 1.31.6 ==
+
+This is a security and maintenance release of the MediaWiki 1.31 branch.
+
 === Changes since MediaWiki 1.31.5 ===
 * (T181658) Do not insert page titles into querycache.qc_value.
 * (T206013) Suppress errors when reading invalid XML file properties.
@@ -10,6 +18,13 @@ THIS IS NOT A RELEASE YET
 * (T232866) Fix support for HTTP/2 in MultiHttpClient.
 * (T227461) Stop calling deprecated Redis delete functions.
 * (T239561) Mark options as requiring parameters in addSite.php.
+* (T239734) Replace deprecated lSize with lLen in Redis code.
+* (T192134) SECURITY: Do not allow user scripts on Special:PasswordReset.
+* (T239428) ApiEditPage: Test for bad redirect targets.
+* (T233342) rdbms: Log debug message traces as 'exception.trace' instead of
+  'trace'.
+* (T226751) media: Log and fail gracefully on invalid EXIF coordinates.
+* (T212067) Work around PHP bug in parse_url.
 
 == MediaWiki 1.31.5 ==