Index: branches/REL1_6/phase3/includes/DefaultSettings.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | $wgConf = new SiteConfiguration; |
34 | 34 | |
35 | 35 | /** MediaWiki version number */ |
36 | | -$wgVersion = '1.6.4'; |
| 36 | +$wgVersion = '1.6.5'; |
37 | 37 | |
38 | 38 | /** Name of the site. It must be changed in LocalSettings.php */ |
39 | 39 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_6/phase3/RELEASE-NOTES |
— | — | @@ -3,6 +3,14 @@ |
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.6.5 == |
| 8 | + |
| 9 | +May 2, 2006 |
| 10 | + |
| 11 | +* Removed bogus parser change which should not have slipped into a release |
| 12 | + branch without a thorough parser test case. |
| 13 | + |
| 14 | + |
7 | 15 | == MediaWiki 1.6.4 == |
8 | 16 | |
9 | 17 | May 2, 2006 |