Mglaser has submitted this change and it was merged. Change subject: Updated release notes and version number for MediaWiki 1.22.7 ......................................................................
Updated release notes and version number for MediaWiki 1.22.7 This is MediaWiki 1.22.7 security and maintenance release Change-Id: Ic35cb3d3add3e6119d4e7a9a6ceb33bc959f6bf0 --- M RELEASE-NOTES-1.22 M includes/DefaultSettings.php 2 files changed, 7 insertions(+), 2 deletions(-) Approvals: Mglaser: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 47e7dc6..56a7e3d 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -5,10 +5,13 @@ == 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 @@ 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 32ad2db..850c2cf 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -63,7 +63,7 @@ * 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 -- To view, visit https://gerrit.wikimedia.org/r/136143 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic35cb3d3add3e6119d4e7a9a6ceb33bc959f6bf0 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_22 Gerrit-Owner: Mglaser <[email protected]> Gerrit-Reviewer: Mglaser <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
