summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-04-24 20:18:31 +0200
committermglaser <glaser@hallowelt.biz>2014-04-24 22:51:42 +0200
commit50116a40828866549435477e1e29310f6fc7379f (patch)
tree2da425495eb0c1e5fda90c34022e9427b88b17fd
parent179aaf8f728a3c427014bb3e63c0f15dd001d8ba (diff)
Updated release notes and version number for MediaWiki 1.21.91.21.9
This is MediaWiki 1.21.9 security and maintenance release Change-Id: I3c00db1352537170ae36218010c66b9215ddd6c3
-rw-r--r--RELEASE-NOTES-1.213
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21
index 5f13fc89cc2d..f8ab5490036a 100644
--- a/RELEASE-NOTES-1.21
+++ b/RELEASE-NOTES-1.21
@@ -5,10 +5,11 @@ have it on, turn it '''off''' if you can.
== MediaWiki 1.21.9 ==
-This is a maintenance release of the MediaWiki 1.21 branch.
+This is a security and maintenance release of the MediaWiki 1.21 branch.
=== Changes since 1.21.8 ===
+* (bug 63251) SECURITY: Escape sortKey in pageInfo.
* (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages
to appear blank or with missing text.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 974889e7d2db..341826d408d6 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration;
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.21.8';
+$wgVersion = '1.21.9';
/**
* Name of the site. It must be changed in LocalSettings.php