summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-03-27 15:47:41 +0100
committermglaser <glaser@hallowelt.biz>2014-03-27 21:59:24 +0100
commit85aea7ea9e9c88756bb74071ad4a1f7bc4363f4d (patch)
tree7095396d66f0ca053e63188c86e6c3e3bb2e124f
parent2fa79f59e5ea7bd19567e734aa5472847b6c3fa1 (diff)
Updated release notes and version number for MediaWiki 1.19.141.19.14
This is MediaWiki 1.19.14 security and maintenance release. Change-Id: I28c71bd3ee541a038640179925a720172b1e9de5
-rw-r--r--RELEASE-NOTES-1.199
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 75357a2c57d5..e951ca66ccae 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -3,6 +3,15 @@
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.19.14 ==
+
+This is a security and maintenance release of the MediaWiki 1.19 branch.
+
+=== Changes since 1.19.13 ===
+
+* (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
+* (bug 62467) Set a title for the context during import on the cli.
+
== MediaWiki 1.19.13 ==
This is a security and maintenance release of the MediaWiki 1.19 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 9ab8b3aa5e11..508c861cf48e 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.13';
+$wgVersion = '1.19.14';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';