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

Revision: 90569
Author:   tstarling
Date:     2011-06-22 03:56:00 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
Updates for 1.17.0, release notes fixes for r90341 and r90492.

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

Modified: branches/REL1_17/phase3/RELEASE-NOTES
===================================================================
--- branches/REL1_17/phase3/RELEASE-NOTES       2011-06-22 01:00:52 UTC (rev 
90568)
+++ branches/REL1_17/phase3/RELEASE-NOTES       2011-06-22 03:56:00 UTC (rev 
90569)
@@ -3,13 +3,11 @@
 Security reminder: MediaWiki does not require PHP's register_globals
 setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
 
-== MediaWiki 1.17.0rc1 ==
+== MediaWiki 1.17.0 ==
 
-2011-06-14
+2011-06-22
 
-This is a release candidate of the MediaWiki 1.17 branch. Please test it and 
-let us know what you think of it. Barring new bug reports, this release 
-candidate will soon be released as MediaWiki 1.17.0.
+This is the first stable release of the MediaWiki 1.17 branch.
 
 === Summary of selected changes in 1.17 ===
 
@@ -47,8 +45,10 @@
 * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down,
   an error was immediately shown to the user, instead of trying another slave. 
   Was broken since 1.17 beta 1.
-* (bug 29278) server error 500 when attempting to add text to a page via 
redirect
-  (redirect points to the page and page is edited)
+* (bug 29278) Fixed PHP fatal error when attempting to add text to a page via 
a 
+  redirect.
+* (bug 29408) Fixed uploads of files with MIME types that aren't detected by 
+  MediaWiki.
 
 === Changes since 1.17 beta 1 ===
 

Modified: branches/REL1_17/phase3/includes/DefaultSettings.php
===================================================================
--- branches/REL1_17/phase3/includes/DefaultSettings.php        2011-06-22 
01:00:52 UTC (rev 90568)
+++ branches/REL1_17/phase3/includes/DefaultSettings.php        2011-06-22 
03:56:00 UTC (rev 90569)
@@ -34,7 +34,7 @@
 /** @endcond */
 
 /** MediaWiki version number */
-$wgVersion = '1.17.0rc1';
+$wgVersion = '1.17.0';
 
 /** Name of the site. It must be changed in LocalSettings.php */
 $wgSitename         = 'MediaWiki';


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to