summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-05-28 10:47:26 +0200
committermglaser <glaser@hallowelt.biz>2014-05-29 20:27:30 +0200
commitfda04d0b0c8034f8aebbbb39fe079f60c214f18f (patch)
tree21dd76ab87fd19f291edf60931a1b5e5b794832e
parentc82122857a415fea8997db540a8c471423147b78 (diff)
Updated release notes and version number for MediaWiki 1.22.71.22.7
This is MediaWiki 1.22.7 security and maintenance release Change-Id: Ic35cb3d3add3e6119d4e7a9a6ceb33bc959f6bf0
-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 47e7dc61306f..56a7e3d31c58 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -5,10 +5,13 @@ have it on, turn it '''off''' if you can.
== MediaWiki 1.22.7 ==
-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.6 ===
+* (bug 65501) SECURITY: Don't parse usernames as wikitext on
+ Special:PasswordReset.
+* (bug 36356) Add space between two feed links.
* (bug 63269) Email notifications were not correctly handling the
[[MediaWiki:Helppage]] message being set to a full URL. This is a regression
from the 1.22.5 point release, which made the default value for it a URL.
@@ -16,6 +19,8 @@ This is a maintenance release of the MediaWiki 1.22 branch.
you'll need to edit it locally to include the URL via the new variable
$HELPPAGE instead of the parser functions fullurl and canonicalurl; otherwise
you don't have to do anything.
+* Add missing uploadstash.us_props for PostgreSQL.
+* (bug 56047) Fixed stream wrapper in PhpHttpRequest.
== MediaWiki 1.22.6 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 32ad2db3fa3c..850c2cfb5e7c 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.6';
+$wgVersion = '1.22.7';
/**
* Name of the site. It must be changed in LocalSettings.php