Index: branches/REL1_15/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.15.0'; |
| 37 | +$wgVersion = '1.15.1'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_15/phase3/RELEASE-NOTES |
— | — | @@ -3,11 +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.15.0 == |
| 7 | +== MediaWiki 1.15.1 == |
8 | 8 | |
9 | | -2009-06-10 |
| 9 | +July 14, 2009 |
10 | 10 | |
11 | | -This is a stable release of the the 2009 Q2 branch of MediaWiki. |
| 11 | +This is a security and bugfix release of the the 2009 Q2 branch of MediaWiki. |
12 | 12 | |
13 | 13 | MediaWiki is now using a "continuous integration" development model with |
14 | 14 | quarterly snapshot releases. The latest development code is always kept |
— | — | @@ -20,6 +20,13 @@ |
21 | 21 | Those wishing to use the latest code instead of a branch release can obtain |
22 | 22 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
23 | 23 | |
| 24 | +=== Changes since 1.15.0 === |
| 25 | + |
| 26 | +* Fixed fatal errors for unusual file repository configurations, such as |
| 27 | + ForeignAPIRepo. |
| 28 | +* Fixed the "change password" link on Special:Preferences to have the correct |
| 29 | + returnto parameter. |
| 30 | + |
24 | 31 | === Changes since 1.15.0rc1 === |
25 | 32 | |
26 | 33 | * Removed category redirect feature, implementation was incomplete. |