Index: branches/REL1_8/phase3/includes/DefaultSettings.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | $wgConf = new SiteConfiguration; |
34 | 34 | |
35 | 35 | /** MediaWiki version number */ |
36 | | -$wgVersion = '1.8.0'; |
| 36 | +$wgVersion = '1.8.1'; |
37 | 37 | |
38 | 38 | /** Name of the site. It must be changed in LocalSettings.php */ |
39 | 39 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_8/phase3/RELEASE-NOTES |
— | — | @@ -5,6 +5,10 @@ |
6 | 6 | |
7 | 7 | == MediaWiki 1.8.1 == |
8 | 8 | |
| 9 | +October 11, 2006 |
| 10 | + |
| 11 | +MediaWiki 1.8.1 fixes several issues in the Fall 2006 snapshot release: |
| 12 | + |
9 | 13 | * Fix PHP notice and estimates for dumpBackup.php and friends |
10 | 14 | * Improved register_globals paranoia checks |
11 | 15 | * (bug 7545) Fix PHP version check on install |