summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2019-01-10 22:02:43 +0000
committerReedy <reedy@wikimedia.org>2019-01-10 22:05:27 +0000
commit0fbb878ef366477535a709b0c2564bdcf4b176d1 (patch)
tree75157305f83e9a8da9ee5f9a9c68ea5ded2f4da9
parent462722ed6a54a40c437d884356d83edaf1c931b0 (diff)
Split RELEASE-NOTES from 1.32.0-rc.1 and 1.32.0-rc.21.32.0
Change-Id: I4d6ff16ae3aea1eb707537b171ad760eb6663add
-rw-r--r--RELEASE-NOTES-1.3222
1 files changed, 17 insertions, 5 deletions
diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32
index 9e07ec4b227c..7ce21ca02361 100644
--- a/RELEASE-NOTES-1.32
+++ b/RELEASE-NOTES-1.32
@@ -1,15 +1,27 @@
== MediaWiki 1.32 ==
+=== Changes since MediaWiki 1.32.0-rc.2 ===
+* (T188327) Fix slow queries in migrateActors.php.
+* (T102320) Fix $magicWords for the Sanskrit language.
+
+=== Changes since MediaWiki 1.32.0-rc.1 ===
+* Fix addition of ug_expiry column to user_groups table on MSSQL.
+* (T210307) Fix the cache timestamp for forced updates.
+* (T210621) User: Bypass repeatable-read when creating an actor_id.
+* (T197535) Extensions can now specify PHP versions and PHP extensions they
+ depend on.
+* Updated wikimedia/ip-set from v1.2.0 to v1.3.0.
+* (T212356) When using action=delete on pages with many revisions, the module
+ may return a boolean-true 'scheduled' and no 'logid'. This signifies that the
+ deletion will be processed via the job queue.
+* (T64103) Dropped columns category.cat_hidden, site_stats.ss_admins, and
+ recentchanges.rc_cur_time from the PostgreSQL schema.
+
=== Changes since MediaWiki 1.32.0-rc.0 ===
* (T209885) Prevent populateSearchIndex.php from breaking once actor migration
has been started.
* (T210998) Properly set $wgLanguageCode in the generated LocalSettings.php
if --lang is used with the command-line installer (install.php).
-* Fix addition of ug_expiry column to user_groups table on MSSQL.
-* (T210307) Fix the cache timestamp for forced updates.
-* (T210621) User: Bypass repeatable-read when creating an actor_id.
-* (T188327) Fix slow queries in migrateActors.php.
-* (T102320) Fix $magicWords for the Sanskrit language.
=== Configuration changes in 1.32 ===