summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-06-25 22:17:53 +0200
committermglaser <glaser@hallowelt.biz>2014-06-25 22:17:53 +0200
commitc4abd37fded18b626c4d208ac267e59834294827 (patch)
tree3e4cda2c4415ae406644b3aedfac9e1ccba4bd1c
parent26a3f51c4b17ef9ae8e3df90506b918a379f5509 (diff)
Updated release notes and version number to 1.22.81.22.8
This is MediaWiki 1.22.8 security and maintenance release. Change-Id: Id7218756acbac1ca26a788a1a92f9907c4432fde
-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 56a7e3d31c58..be1d96a7d1c6 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.8 ==
+
+This is a security and maintenance release of the MediaWiki 1.22 branch.
+
+=== Changes since 1.22.7 ===
+
+* (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.22.7 ==
This is a security and maintenance release of the MediaWiki 1.22 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 850c2cfb5e7c..4eb979ac8765 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.7';
+$wgVersion = '1.22.8';
/**
* Name of the site. It must be changed in LocalSettings.php