From f8e8bea5dceb3ac76cf624c04830d6ccd27ed701 Mon Sep 17 00:00:00 2001
From: Reedy <reedy@wikimedia.org>
Date: Sun, 2 Apr 2017 17:22:02 +0100
Subject: [PATCH 10/10] Bump $wgVersion and finalise RELEASE-NOTES for 1.28.1

Change-Id: I4d9f9b245e2aa887b4fd04c917facdf5210d8923
---
 RELEASE-NOTES-1.28           | 9 +++++----
 includes/DefaultSettings.php | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28
index 21d1439..7ce636b 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.
 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 846ed36..df0d63f 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
-- 
2.9.3

