summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-07-30 20:12:31 +0200
committermglaser <glaser@hallowelt.biz>2014-07-30 20:12:31 +0200
commita107915b53a0602f39d5e88069a9570aa23660c2 (patch)
tree1799e2e4c4a3fe21f0157e683d241da812538827
parent718847e225b4457eb6e915f9e5e0dfa6745144e2 (diff)
Updated release notes and version number to MediaWiki 1.19.181.19.18
This is MediaWiki 1.19.18 security release. Change-Id: I12505fd3e8f61fa57617852a38acf13d62db4b7a
-rw-r--r--RELEASE-NOTES-1.1910
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 258e4dac1aab..e5a77fe0efc6 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -3,6 +3,16 @@
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.18 ==
+
+This is a security release of the MediaWiki 1.19 branch.
+
+=== Changes since 1.19.17 ===
+
+* (bug 68187) SECURITY: Prepend jsonp callback with comment.
+* (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
+ ParserOutput.
+
== MediaWiki 1.19.17 ==
This is a security and maintenance release of the MediaWiki 1.19 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 8532b4b56a6c..1211fcbdcf02 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.17';
+$wgVersion = '1.19.18';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';