summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Horohoe <chadh@wikimedia.org>2015-10-16 09:23:27 -0700
committerChad Horohoe <chadh@wikimedia.org>2015-10-16 13:16:11 -0700
commit4f4979479f5d0d1c85ee260d483a759e8051be05 (patch)
tree47d34d1ed722dd650840cf33456ce72dde427019
parent29ebf3354075f82ecd3217ab045eb4676f1f23b8 (diff)
Add release notes and bump version number for 1.24.41.24.4
Change-Id: Ic926a39416537298fc748cacad3088893b206df1
-rw-r--r--RELEASE-NOTES-1.249
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.24 b/RELEASE-NOTES-1.24
index 64705e4199e4..8cffa834dcee 100644
--- a/RELEASE-NOTES-1.24
+++ b/RELEASE-NOTES-1.24
@@ -1,11 +1,20 @@
Security reminder: If you have PHP's register_globals option set, you must
turn it off. MediaWiki will no longer work with it enabled.
+== MediaWiki 1.24.4 ==
+
+This is a security and maintenance release of the MediaWiki 1.24 branch.
+
== Changes since 1.24.3 ==
* (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
* (T68650) Fix indexing of moved pages with PostgreSQL. Requires running
update.php to fix.
+* (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
+* (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
+* (T95589) SECURITY: RevDel: Check all revisions for suppression, not just the
+ first
+* (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
== MediaWiki 1.24.3 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 662ffb51f52b..3f6f0aecaeea 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -75,7 +75,7 @@ $wgConfigRegistry = array(
* Using single quotes is, therefore, important here.
* @since 1.2
*/
-$wgVersion = '1.24.3';
+$wgVersion = '1.24.4';
/**
* Name of the site. It must be changed in LocalSettings.php