r32263 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32262‎ | r32263 | r32264 >
Date:22:04, 20 March 2008
Author:brion
Status:old
Tags:
Comment:
bump to 1.12.0
Modified paths:
  • /branches/REL1_12/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_12/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_12/phase3/includes/DefaultSettings.php
@@ -31,7 +31,7 @@
3232 $wgConf = new SiteConfiguration;
3333
3434 /** MediaWiki version number */
35 -$wgVersion = '1.12.0rc1';
 35+$wgVersion = '1.12.0';
3636
3737 /** Name of the site. It must be changed in LocalSettings.php */
3838 $wgSitename = 'MediaWiki';
Index: branches/REL1_12/phase3/RELEASE-NOTES
@@ -5,7 +5,25 @@
66
77 == MediaWiki 1.12.0 ==
88
 9+This is the quarterly branch release of MediaWiki for Winter 2008.
 10+
 11+
 12+MediaWiki is now using a "continuous integration" development model with
 13+quarterly snapshot releases. The latest development code is always kept
 14+"ready to run", and in fact runs our own sites on Wikipedia.
 15+
 16+Release branches will continue to receive security updates for about a year
 17+from first release, but nonessential bugfixes and feature developments
 18+will be made on the development trunk and appear in the next quarterly release.
 19+
 20+Those wishing to use the latest code instead of a branch release can obtain
 21+it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 22+
 23+
 24+Changes since 1.12.0rc1:
 25+
926 * (bug 13359) Double-escaping in Special:Allpages
 27+* Localization updates.
1028
1129
1230 == MediaWiki 1.12.0rc1 ==

Status & tagging log