r19088 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19087‎ | r19088 | r19089 >
Date:20:20, 10 January 2007
Author:brion
Status:old
Tags:
Comment:
bump to 1.9.0
Modified paths:
  • /branches/REL1_9/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_9/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_9/phase3/includes/DefaultSettings.php
@@ -32,7 +32,7 @@
3333 $wgConf = new SiteConfiguration;
3434
3535 /** MediaWiki version number */
36 -$wgVersion = '1.9.0rc2';
 36+$wgVersion = '1.9.0';
3737
3838 /** Name of the site. It must be changed in LocalSettings.php */
3939 $wgSitename = 'MediaWiki';
Index: branches/REL1_9/phase3/RELEASE-NOTES
@@ -5,8 +5,14 @@
66
77 == MediaWiki 1.9 ==
88
9 -THIS IS NOT A RELEASE YET.
 9+January 10, 2007
1010
 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+
1117 MediaWiki is now using a "continuous integration" development model with
1218 quarterly snapshot releases. The latest development code is always kept
1319 "ready to run", and in fact runs our own sites on Wikipedia.
@@ -18,6 +24,7 @@
1925 Those wishing to use the latest code instead of a branch release can obtain
2026 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2127
 28+
2229 == Security fixes ==
2330
2431 An XSS injection vulnerability was located in the AJAX support module,
@@ -801,7 +808,7 @@
802809 MathML to display properly in Mozilla.)
803810
804811
805 -For notes on 1.5.x and older releases, see HISTORY.
 812+For notes on 1.8.x and older releases, see HISTORY.
806813
807814
808815 === Online documentation ===