summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2017-04-02 17:22:02 +0100
committerChad <chadh@wikimedia.org>2017-04-06 22:51:18 +0000
commit819c0d21addeed5336244cb9b776fe83a7b2279e (patch)
tree19c089f5d80dc11c78330b61fa25a306f6a8efb8
parent2a6a5c2dbf3f7e326279a720cf1c492f503e12f8 (diff)
Bump $wgVersion and finalise RELEASE-NOTES for 1.28.11.28.1
Change-Id: I4d9f9b245e2aa887b4fd04c917facdf5210d8923
-rw-r--r--RELEASE-NOTES-1.289
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 6 insertions, 5 deletions
diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28
index 49185c97539f..86f0657edfe2 100644
--- a/RELEASE-NOTES-1.28
+++ b/RELEASE-NOTES-1.28
@@ -1,5 +1,6 @@
== MediaWiki 1.28.1 ==
-This is not a release yet!
+
+This is a security and maintenance release of the MediaWiki 1.28 branch.
=== Changes since 1.28.0 ===
@@ -7,12 +8,12 @@ This is not a release yet!
wikis with $wgJobRunRate > 0.
* Fix fatal from "WaitConditionLoop" not being found, experienced when a wiki has
more than one database server setup.
-* (T152717) Better escaping for PHP mail() command
+* (T152717) Better escaping for PHP mail() command,
* (T154670) A missing method causing the MySQL installer to fatal in rare
circumstances was restored.
* (T154672) Un-deprecate ArticleAfterFetchContentObject hook.
-* (T158766) Avoid SQL error on MSSQL when using selectRowCount()
-* (T145635) Fix too long index error when installing with MSSQL
+* (T158766) Avoid SQL error on MSSQL when using selectRowCount().
+* (T145635) Fix too long index error when installing with MSSQL.
* (T156184) $wgRawHtml will no longer apply to internationalization messages.
* (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is installed.
* (T154872) Fix incorrect ar_usertext_timestamp index names in new 1.28 installs.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 846ed365d4b6..df0d63fdce91 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -75,7 +75,7 @@ $wgConfigRegistry = [
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.28.0';
+$wgVersion = '1.28.1';
/**
* Name of the site. It must be changed in LocalSettings.php