summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-03-27 21:55:39 +0100
committermglaser <glaser@hallowelt.biz>2014-03-27 22:16:43 +0100
commit72661021f2ef78ba3b1127f1e352b79bced972cd (patch)
tree4b541d2e1d96c410eb997d24e2a82e216c346a52
parent37ac295e1c9f8e1cf1ae6dc745b35893ea156138 (diff)
Updated release notes and version number for MediaWiki 1.22.51.22.5
This is MediaWiki 1.22.5 security and maintenance release Change-Id: I233dc316ddb4aba60d626944261c9a37a6873bb9
-rw-r--r--RELEASE-NOTES-1.227
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 4e21c92b4ac0..99f893b62214 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -5,10 +5,15 @@ have it on, turn it '''off''' if you can.
== MediaWiki 1.22.5 ==
-This is a maintenance release of the MediaWiki 1.22 branch.
+This is a security and maintenance release of the MediaWiki 1.22 branch.
=== Changes since 1.22.4 ===
+* (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
+* (bug 62467) Set a title for the context during import on the cli.
+* Fix custom local MediaWiki:Helppage values.
+* mediawiki.js: Fix documentation breakage.
+* (bug 58153) Make MySQLi work with non standard port.
* (bug 53887) Reintroduced a link to help pages in the default sidebar, that
any sysop can customize by editing [[MediaWiki:Sidebar]] locally. The link
now points to a mediawiki.org page which is guaranteed to exist. Nothing needs
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 2aa5b09f9458..c0228282c82e 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.4';
+$wgVersion = '1.22.5';
/**
* Name of the site. It must be changed in LocalSettings.php