From aea9602460f21eab3ffe2e5d6baf66b290bee179 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 8 Jul 2023 07:24:44 +0530 Subject: [PATCH] Version 1.11.6 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e8ad042..4cfa768 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -317,3 +317,10 @@ * Change profile updates to be sent to recently-mentioned servers (ClearlyClaire) * Change automatic post deletion thresholds and load detection (ClearlyClaire) +[1.11.6] +* Update Mastodon to 4.1.4 +* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.1.4) +* Fix branding:generate_app_icons failing because of disallowed ICO coder (ClearlyClaire) +* Fix crash in admin interface when viewing a remote user with verified links (ClearlyClaire) +* Fix processing of media files with unusual names (ClearlyClaire) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 00307ed..49f93e8 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.5", - "upstreamVersion": "4.1.3", + "version": "1.11.6", + "upstreamVersion": "4.1.4", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1610612736,