summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2019-09-21 22:38:47 +0100
committerReedy <reedy@wikimedia.org>2019-10-07 16:10:17 +0000
commit573f48150317f0153d90542d139621460a7638a5 (patch)
tree0249cf78668c31199338703efff029a3b6b359f3
parent484acdfda39b3973ffb76b6a4b3a49d97f0697aa (diff)
Prepare 1.33.11.33.1
Change-Id: I64625f4e961e69cfc5dcfb762d153865e65423e6
-rw-r--r--RELEASE-NOTES-1.334
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33
index 77067c722131..f7c5175c9e02 100644
--- a/RELEASE-NOTES-1.33
+++ b/RELEASE-NOTES-1.33
@@ -1,6 +1,6 @@
== MediaWiki 1.33.1 ==
-THIS IS NOT A RELEASE YET
+This is a security and maintenance release of the MediaWiki 1.33 branch.
=== Changes since MediaWiki 1.33.0 ===
* A change that kept people with a database table prefix that didn't
@@ -23,6 +23,8 @@ THIS IS NOT A RELEASE YET
PostgreSQL.
* (T230487) Handle changed defaults in Argon2PasswordTest::testPartialConfig().
* (T233119) Improve documentation for the MinimumPasswordLengthToLogin policy.
+* (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into
+ separate files to help allieviate potential migration problems.
== MediaWiki 1.33 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 38c677abd3b7..1853a8fe2f3d 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -72,7 +72,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.33.0';
+$wgVersion = '1.33.1';
/**
* Name of the site. It must be changed in LocalSettings.php