Mglaser has uploaded a new change for review. https://gerrit.wikimedia.org/r/129553
Change subject: Updated release notes and version number for MediaWiki 1.21.9 ...................................................................... Updated release notes and version number for MediaWiki 1.21.9 This is MediaWiki 1.21.9 security and maintenance release Change-Id: I3c00db1352537170ae36218010c66b9215ddd6c3 --- M RELEASE-NOTES-1.21 M includes/DefaultSettings.php 2 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/53/129553/1 diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 5f13fc8..c568985 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -5,10 +5,11 @@ == 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 974889e..341826d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -63,7 +63,7 @@ * 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 -- To view, visit https://gerrit.wikimedia.org/r/129553 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3c00db1352537170ae36218010c66b9215ddd6c3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_21 Gerrit-Owner: Mglaser <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
