jenkins-bot has submitted this change and it was merged. Change subject: Bump version for RC.1 and update release notes ......................................................................
Bump version for RC.1 and update release notes Change-Id: I47f1a68bda9dd14da9c0a4a563b20ed3a692ba47 --- M RELEASE-NOTES-1.24 M includes/DefaultSettings.php 2 files changed, 6 insertions(+), 1 deletion(-) Approvals: MarkAHershberger: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 5070f31..768a260 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -198,6 +198,11 @@ * Added FormatJson::parse() returning status with result or localized error message === Bug fixes in 1.24 === +* (bug 70686) More sensible behavior when special page aliases conflict +* (bug 71040) Add Oracle version of update-keys.sql +* (bug 64912, 64922) mw.Title: Add new static methods `newFromFileName`, + `newFromUserInput` +* MediaWikiVersionFetcher::fetchVersion() now supports semantic versions. * (bug 50572) MediaWiki:Blockip should support gender * (bug 49116) Footer copyright notice is now always displayed in user language rather than content language (same as copyright notice for editing interface). diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bb433ea..9113c03 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ * Using single quotes is, therefore, important here. * @since 1.2 */ -$wgVersion = '1.24.0-rc.0'; +$wgVersion = '1.24.0-rc.1'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/172045 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I47f1a68bda9dd14da9c0a4a563b20ed3a692ba47 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_24 Gerrit-Owner: MarkAHershberger <[email protected]> Gerrit-Reviewer: MarkAHershberger <[email protected]> Gerrit-Reviewer: TTO <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
