diff options
author | Mark A. Hershberger <mah@everybody.org> | 2014-10-30 11:50:04 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@everybody.org> | 2014-10-30 12:14:27 -0400 |
commit | 08139779e0129aba9a1d15ca073a895f6df0d63b (patch) | |
tree | 526fcb70689261d5bd83bbd3e49d8d82fdc19d27 | |
parent | 66570452510b1f23c44776f2d8912163ee10aa5f (diff) | |
download | mediawikicore-08139779e0129aba9a1d15ca073a895f6df0d63b.tar.gz mediawikicore-08139779e0129aba9a1d15ca073a895f6df0d63b.zip |
1.24.0-rc.01.24.0-rc.0
Update RELEASE-NOTES and DefaultSettings.php with pertinent info.
Change-Id: Icebbb3a5b96ca05ad05c2abedbb791cc9935bf6a
-rw-r--r-- | RELEASE-NOTES-1.24 | 12 | ||||
-rw-r--r-- | includes/DefaultSettings.php | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24 index 03cf27708eec..5070f31d7b26 100644 --- a/RELEASE-NOTES-1.24 +++ b/RELEASE-NOTES-1.24 @@ -3,10 +3,10 @@ turn it off. MediaWiki will no longer work with it enabled. == MediaWiki 1.24 == -THIS IS NOT A RELEASE YET +THIS IS A RELEASE CANDIDATE -MediaWiki 1.24 is an alpha-quality branch and is not recommended for use in -production. +MediaWiki 1.24 is being prepared for release. Please file bugs for +any problems found. === Configuration changes in 1.24 === * MediaWiki will no longer run if register_globals is enabled. It has been @@ -505,9 +505,9 @@ changes to languages because of Bugzilla reports. * Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function it contained (superseded by Maintenance::purgeRedundantText() in 1.16). The purgeOldText.php maintenance script has been retained. -* PHPUnit tests can be found by directory discovery, by adding the directory - path from your UnitTestsList callback. Older versions of MediaWiki core will - barf at this usage. +* (Bug 70630) PHPUnit tests can be found by directory discovery, by adding the + directory path from your UnitTestsList callback. Older versions of + MediaWiki core will barf at this usage. ==== Renamed classes ==== * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a4d9e9773050..8e1c55e4f61c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -73,7 +73,7 @@ $wgConfigRegistry = array( * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.24alpha'; +$wgVersion = '1.24.0-rc.0'; /** * Name of the site. It must be changed in LocalSettings.php |