summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-06-25 22:13:56 +0200
committermglaser <glaser@hallowelt.biz>2014-06-25 22:13:56 +0200
commitdaab3ec5cee4fdbc047df949a41a05c6131ce86f (patch)
tree0d5999371b419fad55a6ea674cacb134ae2b87bc
parentf4b7a2b0e730ae6a928dea9677ebe79e970bcc20 (diff)
Updated release notes and version number to 1.21.111.21.11
This is MediaWiki 1.21.11 security and maintenance release Change-Id: I155c9f76a57dfe93506c029a8991759fd48723bd
-rw-r--r--RELEASE-NOTES-1.2110
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21
index a7130a60a4ab..c5642e1ac3a4 100644
--- a/RELEASE-NOTES-1.21
+++ b/RELEASE-NOTES-1.21
@@ -3,6 +3,16 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.21.11 ==
+
+This is a security and maintenance release of the MediaWiki 1.21 branch.
+
+=== Changes since 1.21.10 ===
+
+* (bug 65839) SECURITY: Prevent external resources in SVG files.
+* (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects
+ like only extracting the tail of the file partially or not at all.
+
== MediaWiki 1.21.10 ==
This is a security and maintenance release of the MediaWiki 1.21 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index ccc0201fc9d5..cd7fc24dab07 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration;
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.21.10';
+$wgVersion = '1.21.11';
/**
* Name of the site. It must be changed in LocalSettings.php