Index: branches/REL1_17/phase3/includes/DefaultSettings.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | /** @endcond */ |
36 | 36 | |
37 | 37 | /** MediaWiki version number */ |
38 | | -$wgVersion = '1.17.0rc1'; |
| 38 | +$wgVersion = '1.17.0'; |
39 | 39 | |
40 | 40 | /** Name of the site. It must be changed in LocalSettings.php */ |
41 | 41 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -3,13 +3,11 @@ |
4 | 4 | Security reminder: MediaWiki does not require PHP's register_globals |
5 | 5 | setting since version 1.2.0. If you have it on, turn it '''off''' if you can. |
6 | 6 | |
7 | | -== MediaWiki 1.17.0rc1 == |
| 7 | +== MediaWiki 1.17.0 == |
8 | 8 | |
9 | | -2011-06-14 |
| 9 | +2011-06-22 |
10 | 10 | |
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. |
14 | 12 | |
15 | 13 | === Summary of selected changes in 1.17 === |
16 | 14 | |
— | — | @@ -47,8 +45,10 @@ |
48 | 46 | * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down, |
49 | 47 | an error was immediately shown to the user, instead of trying another slave. |
50 | 48 | 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. |
53 | 53 | |
54 | 54 | === Changes since 1.17 beta 1 === |
55 | 55 | |