summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-12-22 14:40:42 +0000
committerReedy <reedy@wikimedia.org>2022-12-22 14:40:54 +0000
commit1b1d48cd6fa6d7aed8f8c3fc3e729ba0078152e7 (patch)
treefc1e02ab015d1dc3701bf65e5778a02c68ff58d4
parent6a9bc7fa0c1045890db82e292b0d8f5fc46cb584 (diff)
Prep 1.38.51.38.5
Change-Id: I1bb972f9555167d8bf2c0c492ce4bc728f7b259c
-rw-r--r--RELEASE-NOTES-1.383
-rw-r--r--includes/Defines.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.38 b/RELEASE-NOTES-1.38
index 980d2ac1f066..04439dc08a2b 100644
--- a/RELEASE-NOTES-1.38
+++ b/RELEASE-NOTES-1.38
@@ -6,7 +6,7 @@ PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
== MediaWiki 1.38.5 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.38 branch.
=== Changes since MediaWiki 1.38.4 ===
* Localisation updates.
@@ -25,6 +25,7 @@ THIS IS NOT A RELEASE YET
* (T324910) On pages using multi-content revisions, the raw content of a
specific slot can be retrieved using the action=raw&slot=<role-name> query
parameters.
+* (T322637) SECURITY: sqlite should not create DB file world-readable.
== MediaWiki 1.38.4 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index d6c82d3731e2..6a818f13445e 100644
--- a/includes/Defines.php
+++ b/includes/Defines.php
@@ -33,7 +33,7 @@ use Wikimedia\Rdbms\IDatabase;
*
* @since 1.35 (also backported to 1.33.3 and 1.34.1)
*/
-define( 'MW_VERSION', '1.38.4' );
+define( 'MW_VERSION', '1.38.5' );
/** @{
* Obsolete IDatabase::makeList() constants