summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukunda Modell <mmodell@wikimedia.org>2019-02-12 17:28:51 -0600
committerJames D. Forrester <jforrester@wikimedia.org>2019-02-14 13:10:32 -0800
commit66c3c50df50e3055f69932a90b7b465f43933d18 (patch)
treebd252e71bec9f8ef82d01aa0e7eb5c17a3efac65
parentb1a4eda7a101fbc12c8575c5cded9ec617ed76a4 (diff)
Bump version to 1.32.11.32.1
Bug: T213595 Change-Id: I5ab9b717a3d5f41780f577c4c61fd6e6ba9e627c
-rw-r--r--RELEASE-NOTES-1.326
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32
index 77b58b653242..9a52f32ba1a8 100644
--- a/RELEASE-NOTES-1.32
+++ b/RELEASE-NOTES-1.32
@@ -1,6 +1,4 @@
-== MediaWiki 1.32 ==
-
-THIS IS NOT A RELEASE YET
+== MediaWiki 1.32.1 ==
=== Changes since MediaWiki 1.32.0 ===
* (T213577) rdbms: avoid transaction status errors from ping() in rollback().
@@ -19,6 +17,8 @@ THIS IS NOT A RELEASE YET
* (T215566) Fix installer being unable to determine if the database exists
during a fresh installation.
+== MediaWiki 1.32.0 ==
+
=== Changes since MediaWiki 1.32.0-rc.2 ===
* (T188327) Fix slow queries in migrateActors.php.
* (T102320) Fix $magicWords for the Sanskrit language.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index b1cbf71e2841..69758183fe0e 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -71,7 +71,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.32.0';
+$wgVersion = '1.32.1';
/**
* Name of the site. It must be changed in LocalSettings.php