Version 1.11.10

This commit is contained in:
Girish Ramakrishnan 2023-09-19 21:56:44 +05:30
parent a24af7b9e1
commit 0ccd723d02
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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,