r81277 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81276‎ | r81277 | r81278 >
Date:22:34, 31 January 2011
Author:tstarling
Status:ok (Comments)
Tags:
Comment:
* Release notes for r79923, r80227
* Updated version number
Modified paths:
  • /branches/REL1_16/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_16/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/DefaultSettings.php
@@ -33,7 +33,7 @@
3434 }
3535
3636 /** MediaWiki version number */
37 -$wgVersion = '1.16.1';
 37+$wgVersion = '1.16.2';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -1,9 +1,7 @@
22 = MediaWiki release notes =
33
4 -== MediaWiki 1.16.1 ==
 4+== MediaWiki 1.16.2 ==
55
6 -2011-01-04
7 -
86 This is a security and maintenance release of the MediaWiki 1.16 branch.
97
108 === Summary of selected changes in 1.16 ===
@@ -44,6 +42,12 @@
4543 you have the DBA extension for PHP installed, this will improve performance
4644 further.
4745
 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+
4852 == Changes since 1.16.0 ==
4953
5054 * (bug 24981) Allow extensions to access SpecialUpload variables again

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79923Bug 26642, follow up r70187: Fix the 1.16 namespace conversion bug which caus...philip02:43, 10 January 2011
r80227Localisation updates from translatewiki.net...siebrand01:14, 14 January 2011

Comments

#Comment by Siebrand (talk | contribs)   22:51, 31 January 2011

Will update release notes from now on when updating L10n for branches. I don't think this has been done up to now. Thanks.

Status & tagging log