summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-04-24 20:22:25 +0200
committermglaser <glaser@hallowelt.biz>2014-04-24 22:49:47 +0200
commit7fe794ccab05422b12f1e4346db01b25cbe5d20f (patch)
treec207bf2fdd6809a532bf348db6a0ab04f51677a5
parent4b24de3cb6b6d5815bdd238fc8676b573fb8d0cb (diff)
Updated release notes and version number of MediaWiki 1.22.61.22.6
This is MediaWiki 1.22.6 security release Change-Id: I1be03b64a52996e7adcf25e9f9354000c24f38f9
-rw-r--r--RELEASE-NOTES-1.228
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 9 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 99f893b62214..5685fef9dccb 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -3,6 +3,14 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.22.6 ==
+
+This is a security release of the MediaWiki 1.22 branch.
+
+=== Changes since 1.22.5 ===
+
+* (bug 63251) SECURITY: Escape sortKey in pageInfo.
+
== MediaWiki 1.22.5 ==
This is a security and maintenance release of the MediaWiki 1.22 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index c0228282c82e..32ad2db3fa3c 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration;
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.22.5';
+$wgVersion = '1.22.6';
/**
* Name of the site. It must be changed in LocalSettings.php