Version 1.11.10
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user