CSteipp has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/52161


Change subject: Updated release notes and version number
......................................................................

Updated release notes and version number

Change-Id: I3ca4455eeee788cc3345a810da8431e9764cd9df
---
M RELEASE-NOTES-1.20
M includes/DefaultSettings.php
2 files changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/61/52161/1

diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index 1df20b5..a7197ec 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -6,7 +6,7 @@
 
 == 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 @@
 * 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 8216beb..426c11a 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -59,7 +59,7 @@
 $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';

-- 
To view, visit https://gerrit.wikimedia.org/r/52161
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ca4455eeee788cc3345a810da8431e9764cd9df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_20
Gerrit-Owner: CSteipp <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to