summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2013-03-04 14:46:29 -0800
committercsteipp <csteipp@wikimedia.org>2013-03-04 14:47:12 -0800
commitbeb501dd18ae178a28cae68ececde3e1c85bb22f (patch)
tree78a250c4fafbe58511b1619106a0e70b8a58c40e
parent63708b1df804b2b294d9a3e21d5cb49736a668ba (diff)
Updated release notes and version number1.20.3
Change-Id: I3ca4455eeee788cc3345a810da8431e9764cd9df
-rw-r--r--RELEASE-NOTES-1.208
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 6 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index 1df20b54a3de..a7197ec17dd8 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -6,7 +6,7 @@ setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
== MediaWiki 1.20.3 ==
-This is a maintenance release of the MediaWiki 1.20 branch.
+This is a security and maintenance release of the MediaWiki 1.20 branch.
=== Changes since 1.20.2 ===
* New preference type - 'api'. Preferences of this type are not shown on
@@ -15,9 +15,11 @@ This is a maintenance release of the MediaWiki 1.20 branch.
* The recursion guard on RequestContext::getLanguage() was weakened.
* (bug 40585) Don't drop 'step="any"' in HTML input fields.
* (bug 44024) Fixed problems in ObjectCache when using XCache.
-* (bug 44135) Fixed problems in CurlHttpRequest that caused InstantCommons
- to longer work by default.
* (bug 44010) FauxRequest leaked cookie data from primary request.
+* (bug 44135/42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
+* (bug 43518) API action=unblock should return the user name, not the full
+ user object
+* (Bug 45355) Prevent read of arbitrary files through mwdoc-filter.php
== MediaWiki 1.20.2 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 8216beb880ec..426c11ade44b 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -59,7 +59,7 @@ if( !defined( 'MEDIAWIKI' ) ) {
$wgConf = new SiteConfiguration;
/** MediaWiki version number */
-$wgVersion = '1.20.2';
+$wgVersion = '1.20.3';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';