From 0ccd723d02c1d646847f78b3435442776bfc9c49 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 Sep 2023 21:56:44 +0530 Subject: [PATCH] Version 1.11.10 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9e6a331..b7785f3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -349,3 +349,11 @@ * Fix /api/v1/timelines/tag/:hashtag allowing for unauthenticated access when public preview is disabled (danielmbrasil) * Fix inefficiencies in PlainTextFormatter (ClearlyClaire) +[1.11.10] +* Update Mastodon to 4.1.8 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.8) +* This release is an important security release fixing major security issues (CVE-2023-42451, CVE-2023-42452). +* Fix post edits not being forwarded as expected (ClearlyClaire) +* Fix moderator rights inconsistencies (ClearlyClaire) +* Fix crash when encountering invalid URL (ClearlyClaire) +* Fix cached posts including stale stats (ClearlyClaire) diff --git a/CloudronManifest.json b/CloudronManifest.json index 1a4fcdd..cc72e52 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Federated social network", - "version": "1.11.9", - "upstreamVersion": "4.1.7", + "version": "1.11.10", + "upstreamVersion": "4.1.8", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,