summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2013-09-03 08:41:03 -0700
committerCSteipp <csteipp@wikimedia.org>2013-09-03 23:46:46 +0000
commitedcc3593ebb43008ef2f7c99e406ee55d2649be3 (patch)
tree9a9307fb8f74ccc68d2c2c24f31a561fd6cc9481
parentc1c08377397afbfd1acd026e0ce4912d28cdb70e (diff)
Update Releasenotes and version number for 1.19.81.19.8origin/REL1_19
Change-Id: I6b1df7c8a3ee91f2aaf6c14740028c76988ed602
-rw-r--r--RELEASE-NOTES-1.1910
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 8 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19
index 8781eb0f5364..705b6c136a1f 100644
--- a/RELEASE-NOTES-1.19
+++ b/RELEASE-NOTES-1.19
@@ -5,11 +5,15 @@ setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
== MediaWiki 1.19.8 ==
-This is a security release of the MediaWiki 1.19 branch.
+This is a security and maintenance release of the MediaWiki 1.19 branch.
=== Changes since 1.19.7 ===
-* (bug 51064) Purge upstream caches when deleting file assets.
-* (bug 49090) SECURITY: Token-getting functions will fail when using jsonp callbacks.
+* SECURITY: Sanitize ResourceLoader exception messages
+* SECURITY: Token-getting functions will fail when using jsonp callbacks.
+* SECURITY: Fix extension detection with 2 .'s
+* Allow a string other than '*' as condition for DatabaseBase::delete()
+* Purge upstream caches when deleting file assets.
+* jquery.tablesorter: Add missing dependency on jquery.mwExtension
== MediaWiki 1.19.7 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 84cc9c25d262..d55d0942f6d4 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.19.7';
+$wgVersion = '1.19.8';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';