r85855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85854‎ | r85855 | r85856 >
Date:01:40, 12 April 2011
Author:tstarling
Status:ok
Tags:
Comment:
* Updates for release of 1.16.3
* Fixed bug number from r85076.
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.2';
 37+$wgVersion = '1.16.3';
3838
3939 /** Name of the site. It must be changed in LocalSettings.php */
4040 $wgSitename = 'MediaWiki';
Index: branches/REL1_16/phase3/RELEASE-NOTES
@@ -1,8 +1,8 @@
22 = MediaWiki release notes =
33
4 -== MediaWiki 1.16.2 ==
 4+== MediaWiki 1.16.3 ==
55
6 -2011-02-01
 6+2011-04-12
77
88 This is a security and maintenance release of the MediaWiki 1.16 branch.
99
@@ -45,9 +45,12 @@
4646 further.
4747
4848 == Changes since 1.16.2 ==
49 -* (bug 15641) Fixed permissions checks in Special:Import which allowed users
 49+* (bug 28449) Fixed permissions checks in Special:Import which allowed users
5050 without the 'import' permission to import pages from the configured import
5151 sources.
 52+* (bug 28235) Fixed XSS affecting IE 6 and earlier clients only, due to those
 53+ browsers looking for a file extension in the query string of the URL, and
 54+ ignoring the Content-Type header if one is found.
5255
5356 == Changes since 1.16.1 ==
5457

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85076Merge r85075 from 1.17 branch (r85005 on trunk).platonides18:22, 31 March 2011

Status & tagging log