summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES-1.20
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2013-03-05 09:06:02 +0100
committerPierre Schmitz <pierre@archlinux.de>2013-03-05 09:06:02 +0100
commit0edd6983ba69e8195fa7cade96eca27df9ebf237 (patch)
treee0a5a8ee7fac4c7ce9d308419d13dbca13a7a609 /RELEASE-NOTES-1.20
parent8ef4b96a9b23b2cfc0eed4da0d6d324da9f9da2f (diff)
Update to MediaWiki 1.20.3
Diffstat (limited to 'RELEASE-NOTES-1.20')
-rw-r--r--RELEASE-NOTES-1.2023
1 files changed, 21 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index 17c3ba2e..a7197ec1 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -4,9 +4,26 @@ Security reminder: MediaWiki does not require PHP's register_globals
setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
+== MediaWiki 1.20.3 ==
+
+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
+ Special:Preferences, but are still available via the action=options API.
+* (bug 44010) Context is passed to UserGetLanguageObject.
+* 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 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 ==
-This is a maintenance release of the MediaWiki 1.20 branch
+This is a maintenance release of the MediaWiki 1.20 branch.
=== Changes since 1.20.1 ===
* (bug 42638) Fix API action=options&reset=1 & unit tests.
@@ -14,7 +31,7 @@ This is a maintenance release of the MediaWiki 1.20 branch
== MediaWiki 1.20.1 ==
-This is a security release of the MediaWiki 1.20 branch
+This is a security release of the MediaWiki 1.20 branch.
=== Changes since 1.20 ===
* (bug 42202) Validate options to prevent html injection
@@ -169,6 +186,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
uploads.
* (bug 40448) mediawiki.legacy.mwsuggest has been replaced with a new module,
mediawiki.searchSuggest, based on SimpleSeach from Extension:Vector.
+* New preference type - 'api'. Preferences of this type are not shown on
+ Special:Preferences, but are still available via the action=options API.
=== Known issues in 1.20.0 ===
These are issues that we're targeting to be fixed in a later release