Index: branches/REL1_5/phase3/includes/DefaultSettings.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | $wgConf = new SiteConfiguration; |
33 | 33 | |
34 | 34 | /** MediaWiki version number */ |
35 | | -$wgVersion = '1.5.6'; |
| 35 | +$wgVersion = '1.5.7'; |
36 | 36 | |
37 | 37 | /** Name of the site. It must be changed in LocalSettings.php */ |
38 | 38 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -3,6 +3,21 @@ |
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.5.7 == |
| 8 | + |
| 9 | +March 2, 2006 |
| 10 | + |
| 11 | +MediaWiki 1.5.7 is a bugfix maintenance release. |
| 12 | + |
| 13 | +Most importantly, a bug in the installer has been fixed which sometimes |
| 14 | +caused MySQL's administrator account password to be changed. This bug |
| 15 | +only affected new installations of 1.5.6 using a root account. |
| 16 | + |
| 17 | +This version includes fixes for compatibility with Internet Explorer 7 |
| 18 | +beta 2, and various other bugs; see the full changelog at the end of |
| 19 | +the release notes. |
| 20 | + |
| 21 | + |
7 | 22 | == MediaWiki 1.5.6 == |
8 | 23 | |
9 | 24 | January 19, 2006 |
— | — | @@ -1068,6 +1083,7 @@ |
1069 | 1084 | * (bug 5113) Spelling error in French language file |
1070 | 1085 | * Don't change the password of the MySQL root user. |
1071 | 1086 | |
| 1087 | + |
1072 | 1088 | === Caveats === |
1073 | 1089 | |
1074 | 1090 | Some output, particularly involving user-supplied inline HTML, may not |