r90569 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90568‎ | r90569 | r90570 >
Date:03:56, 22 June 2011
Author:tstarling
Status:ok
Tags:
Comment:
Updates for 1.17.0, release notes fixes for r90341 and r90492.
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/DefaultSettings.php
@@ -34,7 +34,7 @@
3535 /** @endcond */
3636
3737 /** MediaWiki version number */
38 -$wgVersion = '1.17.0rc1';
 38+$wgVersion = '1.17.0';
3939
4040 /** Name of the site. It must be changed in LocalSettings.php */
4141 $wgSitename = 'MediaWiki';
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -3,13 +3,11 @@
44 Security reminder: MediaWiki does not require PHP's register_globals
55 setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
66
7 -== MediaWiki 1.17.0rc1 ==
 7+== MediaWiki 1.17.0 ==
88
9 -2011-06-14
 9+2011-06-22
1010
11 -This is a release candidate of the MediaWiki 1.17 branch. Please test it and
12 -let us know what you think of it. Barring new bug reports, this release
13 -candidate will soon be released as MediaWiki 1.17.0.
 11+This is the first stable release of the MediaWiki 1.17 branch.
1412
1513 === Summary of selected changes in 1.17 ===
1614
@@ -47,8 +45,10 @@
4846 * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down,
4947 an error was immediately shown to the user, instead of trying another slave.
5048 Was broken since 1.17 beta 1.
51 -* (bug 29278) server error 500 when attempting to add text to a page via redirect
52 - (redirect points to the page and page is edited)
 49+* (bug 29278) Fixed PHP fatal error when attempting to add text to a page via a
 50+ redirect.
 51+* (bug 29408) Fixed uploads of files with MIME types that aren't detected by
 52+ MediaWiki.
5353
5454 === Changes since 1.17 beta 1 ===
5555

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90341MFT non test part of r90340...btongminh15:06, 18 June 2011
r90492* (bug 29278) server error 500 when attempting to add text to a page via redi...reedy22:39, 20 June 2011

Status & tagging log