summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2010-07-28 07:11:03 +0000
committerTim Starling <tstarling@users.mediawiki.org>2010-07-28 07:11:03 +0000
commit5ff9e7b357373398ccb61c0af1359471fe3a3e4b (patch)
treefbbc5507be33a8ef182fe04ae0e9277862f0a515
parentcb2f229660c25341c7d606804f240bfe7eabf5a7 (diff)
Updates for release of 1.16.01.16.0
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/70069
-rw-r--r--RELEASE-NOTES4
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 12bc30199e5d..d3983380d699 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,7 +2,7 @@
== MediaWiki 1.16.0 ==
-2010-07-26
+2010-07-28
This is a stable release of the MediaWiki 1.16 branch.
@@ -61,7 +61,7 @@ further.
Special:Upload after following a red link to a file.
* In SQLite full-text search feature: fixed "move page" feature, was non-
functional.
-* (bug xxxxx) Fixed Cache-Control headers sent from API modules, to protect
+* (bug 24565) Fixed Cache-Control headers sent from API modules, to protect
user privacy in the case where an attacker can access the wiki through the
same HTTP proxy as a logged-in user.
* Fixed an XSS vulnerability in profileinfo.php for installations with
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index a92cf1369976..a369fccd7210 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ if ( !defined( 'MW_PHP4' ) ) {
}
/** MediaWiki version number */
-$wgVersion = '1.16.0beta3';
+$wgVersion = '1.16.0';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';