summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-12-22 14:42:41 +0000
committerReedy <reedy@wikimedia.org>2022-12-22 14:42:41 +0000
commit5a344597a79683cecfbe958ef8c61020a0aac781 (patch)
tree3b88aab83dedfbd859e2ceb60c69745f00e41e87
parentdad0b3a66993a7ff3c27f6101558edc0a212c68a (diff)
Prep 1.39.11.39.1
Change-Id: I3f5580c350c4ffe4bc1d88d582da78efc2c95c97
-rw-r--r--RELEASE-NOTES-1.393
-rw-r--r--includes/Defines.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.39 b/RELEASE-NOTES-1.39
index bcdcd99abe1b..536be54b83c9 100644
--- a/RELEASE-NOTES-1.39
+++ b/RELEASE-NOTES-1.39
@@ -6,6 +6,8 @@ PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
== MediaWiki 1.39.1 ==
+This is a security and maintenance release of the MediaWiki 1.39 branch.
+
=== Changes since MediaWiki 1.39.0 ===
* Localisation updates.
* PostgresUpdater: Remove trailing space from 'user_id ' column.
@@ -22,6 +24,7 @@ PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
* (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.39.0 ==
diff --git a/includes/Defines.php b/includes/Defines.php
index 9791d35172c0..174ddf8f1c10 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.39.0' );
+define( 'MW_VERSION', '1.39.1' );
/** @{
* Obsolete IDatabase::makeList() constants