Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/246872
Change subject: 1.25.3 version bump and release notes ...................................................................... 1.25.3 version bump and release notes Change-Id: I6f17d185b068f349a3cf5ad96339830349cb40f7 --- M RELEASE-NOTES-1.25 M includes/DefaultSettings.php 2 files changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/72/246872/1 diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index 36dd9e6..08a6c15 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -3,7 +3,7 @@ == MediaWiki 1.25.3 == -THIS IS NOT YET A RELEASE! +This is a security and maintenance release of the MediaWiki 1.25 branch. === Changes since 1.25.2 === @@ -17,6 +17,11 @@ if the mbstring PHP extension was not installed. * (T105896) Confirmation emails would sometimes contain invalid codes. * (T105597) Fixed edit stash inclusion queries. +* (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.25.2 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1b9e0f9..c13aa5f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -75,7 +75,7 @@ * MediaWiki version number * @since 1.2 */ -$wgVersion = '1.25.2'; +$wgVersion = '1.25.3'; /** * Name of the site. It must be changed in LocalSettings.php -- To view, visit https://gerrit.wikimedia.org/r/246872 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f17d185b068f349a3cf5ad96339830349cb40f7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_25 Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
