summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-03-27 16:23:17 +0100
committermglaser <glaser@hallowelt.biz>2014-03-27 21:57:56 +0100
commit9fd800884cf69ecd3953903e572434008987109a (patch)
treebd7789386d65dfc71dabd2c887e47b2b58d853e3
parentfc34fa07463d7cd021b32be956b47a713d8a3e9d (diff)
Updated release notes and version number for MediaWiki 1.21.81.21.8
This is MediaWiki 1.21.8 security and maintenance release Change-Id: I73eda2cffbbf31728dc771181d948f6c45b6b5c1
-rw-r--r--RELEASE-NOTES-1.219
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21
index 8a010747417e..cfc3fd0d13b9 100644
--- a/RELEASE-NOTES-1.21
+++ b/RELEASE-NOTES-1.21
@@ -3,6 +3,15 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.21.8 ==
+
+This is a security and maintenance release of the MediaWiki 1.21 branch.
+
+=== Changes since 1.21.7 ===
+
+* (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
+* (bug 62467) Set a title for the context during import on the cli.
+
== MediaWiki 1.21.7 ==
This is a maintenance release of the MediaWiki 1.21 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 37156cc18aa5..974889e7d2db 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.7';
+$wgVersion = '1.21.8';
/**
* Name of the site. It must be changed in LocalSettings.php