Index: branches/REL1_12/phase3/includes/DefaultSettings.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | $wgConf = new SiteConfiguration; |
33 | 33 | |
34 | 34 | /** MediaWiki version number */ |
35 | | -$wgVersion = '1.12.0rc1'; |
| 35 | +$wgVersion = '1.12.0'; |
36 | 36 | |
37 | 37 | /** Name of the site. It must be changed in LocalSettings.php */ |
38 | 38 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_12/phase3/RELEASE-NOTES |
— | — | @@ -5,7 +5,25 @@ |
6 | 6 | |
7 | 7 | == MediaWiki 1.12.0 == |
8 | 8 | |
| 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 | + |
9 | 26 | * (bug 13359) Double-escaping in Special:Allpages |
| 27 | +* Localization updates. |
10 | 28 | |
11 | 29 | |
12 | 30 | == MediaWiki 1.12.0rc1 == |