http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70069

Revision: 70069
Author:   tstarling
Date:     2010-07-28 07:11:03 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
Updates for release of 1.16.0

Modified Paths:
--------------
    branches/REL1_16/phase3/RELEASE-NOTES
    branches/REL1_16/phase3/includes/DefaultSettings.php

Modified: branches/REL1_16/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_16/phase3/RELEASE-NOTES       2010-07-28 06:46:07 UTC (rev 
70068)
+++ branches/REL1_16/phase3/RELEASE-NOTES       2010-07-28 07:11:03 UTC (rev 
70069)
@@ -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 @@
   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 

Modified: branches/REL1_16/phase3/includes/DefaultSettings.php
===================================================================
--- branches/REL1_16/phase3/includes/DefaultSettings.php        2010-07-28 
06:46:07 UTC (rev 70068)
+++ branches/REL1_16/phase3/includes/DefaultSettings.php        2010-07-28 
07:11:03 UTC (rev 70069)
@@ -33,7 +33,7 @@
 }
 
 /** MediaWiki version number */
-$wgVersion = '1.16.0beta3';
+$wgVersion = '1.16.0';
 
 /** Name of the site. It must be changed in LocalSettings.php */
 $wgSitename         = 'MediaWiki';



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to