summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@everybody.org>2014-03-11 10:43:53 -0400
committerMark A. Hershberger <mah@everybody.org>2014-03-11 10:43:53 -0400
commit7f64bb2381813ebadca6bb4ca4e2492fb71602f9 (patch)
tree2a68c9ba68c126c8d50afbd3dd900b7877c93198
parentcbec985bd2de28208ac4a69445b369a0aa82979a (diff)
1.19.13 release notes and version update1.19.13
Change-Id: I758aae3ec9d3698d604b15f505ab0b8c3b563f44
-rw-r--r--RELEASE-NOTES-1.199
-rw-r--r--includes/DefaultSettings.php4
2 files changed, 11 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 4340f6d78548..75357a2c57d5 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.13 ==
+
+This is a security and maintenance release of the MediaWiki 1.19 branch.
+
+=== Changes since 1.19.12 ===
+
+* (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
+* Use the correct branch of the extensions' git repositories.
+
== MediaWiki 1.19.12 ==
This is a security release of the MediaWiki 1.19 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 44b2c185257a..9ab8b3aa5e11 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.12';
+$wgVersion = '1.19.13';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';
@@ -4228,7 +4228,7 @@ $wgParserTestFiles = array(
* );
*/
$wgParserTestRemote = false;
-
+
/**
* Allow running of javascript test suites via [[Special:JavaScriptTest]] (such as QUnit).
*/