r13153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13152‎ | r13153 | r13154 >
Date:09:22, 2 March 2006
Author:vibber
Status:old
Tags:
Comment:
Bump to 1.5.7
Modified paths:
  • /branches/REL1_5/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_5/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_5/phase3/includes/DefaultSettings.php
@@ -31,7 +31,7 @@
3232 $wgConf = new SiteConfiguration;
3333
3434 /** MediaWiki version number */
35 -$wgVersion = '1.5.6';
 35+$wgVersion = '1.5.7';
3636
3737 /** Name of the site. It must be changed in LocalSettings.php */
3838 $wgSitename = 'MediaWiki';
Index: branches/REL1_5/phase3/RELEASE-NOTES
@@ -3,6 +3,21 @@
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.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+
722 == MediaWiki 1.5.6 ==
823
924 January 19, 2006
@@ -1068,6 +1083,7 @@
10691084 * (bug 5113) Spelling error in French language file
10701085 * Don't change the password of the MySQL root user.
10711086
 1087+
10721088 === Caveats ===
10731089
10741090 Some output, particularly involving user-supplied inline HTML, may not

Status & tagging log