Index: branches/REL1_9/phase3/includes/DefaultSettings.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | $wgConf = new SiteConfiguration; |
34 | 34 | |
35 | 35 | /** MediaWiki version number */ |
36 | | -$wgVersion = '1.9.0rc2'; |
| 36 | +$wgVersion = '1.9.0'; |
37 | 37 | |
38 | 38 | /** Name of the site. It must be changed in LocalSettings.php */ |
39 | 39 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_9/phase3/RELEASE-NOTES |
— | — | @@ -5,8 +5,14 @@ |
6 | 6 | |
7 | 7 | == MediaWiki 1.9 == |
8 | 8 | |
9 | | -THIS IS NOT A RELEASE YET. |
| 9 | +January 10, 2007 |
10 | 10 | |
| 11 | +This is the quarterly release snapshot for Winter 2007. While the code |
| 12 | +has been running on Wikipedia for some time, installation and upgrade |
| 13 | +bits may be less well tested. Bug fix releases may follow in the coming |
| 14 | +days or weeks. |
| 15 | + |
| 16 | + |
11 | 17 | MediaWiki is now using a "continuous integration" development model with |
12 | 18 | quarterly snapshot releases. The latest development code is always kept |
13 | 19 | "ready to run", and in fact runs our own sites on Wikipedia. |
— | — | @@ -18,6 +24,7 @@ |
19 | 25 | Those wishing to use the latest code instead of a branch release can obtain |
20 | 26 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
21 | 27 | |
| 28 | + |
22 | 29 | == Security fixes == |
23 | 30 | |
24 | 31 | An XSS injection vulnerability was located in the AJAX support module, |
— | — | @@ -801,7 +808,7 @@ |
802 | 809 | MathML to display properly in Mozilla.) |
803 | 810 | |
804 | 811 | |
805 | | -For notes on 1.5.x and older releases, see HISTORY. |
| 812 | +For notes on 1.8.x and older releases, see HISTORY. |
806 | 813 | |
807 | 814 | |
808 | 815 | === Online documentation === |