summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2007-01-10 20:20:54 +0000
committerBrion Vibber <brion@users.mediawiki.org>2007-01-10 20:20:54 +0000
commitaaffdba1a1bc34e25e8972e504b86192afc5ca45 (patch)
treedabbc61aae2465dc16b089a509abebe33abe983d
parent73c7bd9e24caaac35a3c229588d4faaa66262f9a (diff)
bump to 1.9.01.9.0
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/19088
-rw-r--r--RELEASE-NOTES11
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 10 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fc6c9948e645..24d90c1fe40b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -5,7 +5,13 @@ setting since version 1.2.0. If you have it on, turn it *off* if you can.
== MediaWiki 1.9 ==
-THIS IS NOT A RELEASE YET.
+January 10, 2007
+
+This is the quarterly release snapshot for Winter 2007. While the code
+has been running on Wikipedia for some time, installation and upgrade
+bits may be less well tested. Bug fix releases may follow in the coming
+days or weeks.
+
MediaWiki is now using a "continuous integration" development model with
quarterly snapshot releases. The latest development code is always kept
@@ -18,6 +24,7 @@ will be made on the development trunk and appear in the next quarterly release.
Those wishing to use the latest code instead of a branch release can obtain
it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
+
== Security fixes ==
An XSS injection vulnerability was located in the AJAX support module,
@@ -801,7 +808,7 @@ cases, but this is not recommended on live sites. (This must be set for
MathML to display properly in Mozilla.)
-For notes on 1.5.x and older releases, see HISTORY.
+For notes on 1.8.x and older releases, see HISTORY.
=== Online documentation ===
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 3f461fd65ecc..03697b69e9d2 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -32,7 +32,7 @@ require_once( 'includes/SiteConfiguration.php' );
$wgConf = new SiteConfiguration;
/** MediaWiki version number */
-$wgVersion = '1.9.0rc2';
+$wgVersion = '1.9.0';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';