summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-09-24 15:57:21 +0200
committermglaser <glaser@hallowelt.biz>2014-09-24 21:01:48 +0200
commita9689ad4e15f7f02a9980cecc71937a1e16d68ba (patch)
treea74a5730fccaeecc182f1ffdef6009f7ceca1efc
parent350b487e4681788823b8599229587ed2805cdf92 (diff)
Updated release notes and version number for MediaWiki 1.22.111.22.11
This is MediaWiki 1.22.11 security release. Change-Id: I5a1abfc5e48cc2b3dc278eca5605dde0972fd91b
-rw-r--r--RELEASE-NOTES-1.2210
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22
index 3479fbca6a23..34ced35a4060 100644
--- a/RELEASE-NOTES-1.22
+++ b/RELEASE-NOTES-1.22
@@ -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.22.11 ==
+
+This is a security release of the MediaWiki 1.22 branch.
+
+=== Changes since 1.22.10 ===
+* (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style>
+ elements; normalize style elements and attributes before filtering; add
+ checks for attributes that contain css; add unit tests for html5sec and
+ reported bugs.
+
== MediaWiki 1.22.10 ==
This is a maintenance release of the MediaWiki 1.22 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index b2c120010917..1ec2ea351bf0 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration;
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.22.10';
+$wgVersion = '1.22.11';
/**
* Name of the site. It must be changed in LocalSettings.php