Index: branches/REL1_16/phase3/includes/DefaultSettings.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | /** MediaWiki version number */ |
37 | | -$wgVersion = '1.16.1'; |
| 37 | +$wgVersion = '1.16.2'; |
38 | 38 | |
39 | 39 | /** Name of the site. It must be changed in LocalSettings.php */ |
40 | 40 | $wgSitename = 'MediaWiki'; |
Index: branches/REL1_16/phase3/RELEASE-NOTES |
— | — | @@ -1,9 +1,7 @@ |
2 | 2 | = MediaWiki release notes = |
3 | 3 | |
4 | | -== MediaWiki 1.16.1 == |
| 4 | +== MediaWiki 1.16.2 == |
5 | 5 | |
6 | | -2011-01-04 |
7 | | - |
8 | 6 | This is a security and maintenance release of the MediaWiki 1.16 branch. |
9 | 7 | |
10 | 8 | === Summary of selected changes in 1.16 === |
— | — | @@ -44,6 +42,12 @@ |
45 | 43 | you have the DBA extension for PHP installed, this will improve performance |
46 | 44 | further. |
47 | 45 | |
| 46 | +== Changes since 1.16.1 == |
| 47 | + |
| 48 | +* (bug 26642) Fixed incorrect translated namespace due to a regression in the |
| 49 | + language converter. |
| 50 | +* The interface translations were updated. |
| 51 | + |
48 | 52 | == Changes since 1.16.0 == |
49 | 53 | |
50 | 54 | * (bug 24981) Allow extensions to access SpecialUpload variables again |