CSteipp has uploaded a new change for review. https://gerrit.wikimedia.org/r/110070
Change subject: Update Release Notes and Version number ...................................................................... Update Release Notes and Version number Change-Id: If71074f25a73c6c078a11b9ef453c27d0125ab42 --- M RELEASE-NOTES-1.22 M includes/DefaultSettings.php 2 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/70/110070/1 diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index ff858e91..ed64aa4 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -3,6 +3,16 @@ Security reminder: MediaWiki does not require PHP's register_globals. If you have it on, turn it '''off''' if you can. +== MediaWiki 1.22.2 == + +This is a security and bugfix release of the MediaWiki 1.22 branch. + +=== Changes since 1.22.1 === + +* (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media formats +* (bug 58253) Check for very old PCRE versions in installer and updater +* (bug 60054) Make WikiPage::$mPreparedEdit public + == MediaWiki 1.22.1 == This is a security and maintenance release of the MediaWiki 1.22 branch. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f423e62..e9b4f49 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -63,7 +63,7 @@ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.22.1'; +$wgVersion = '1.22.2'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/110070 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If71074f25a73c6c078a11b9ef453c27d0125ab42 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_22 Gerrit-Owner: CSteipp <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
