mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Version 1.13.2
This commit is contained in:
parent
870718ad69
commit
95403b326b
2 changed files with 10 additions and 2 deletions
|
@ -471,3 +471,11 @@
|
|||
* Fix processing of remote ActivityPub actors making use of Link objects as Image url (ClearlyClaire)
|
||||
* Fix link verifications when page size exceeds 1MB (ClearlyClaire)
|
||||
|
||||
[1.13.2]
|
||||
* Update Mastodon to 4.2.9
|
||||
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v4.2.9)
|
||||
* Update dependencies
|
||||
* Fix private mention filtering (GHSA-5fq7-3p3j-9vrf)
|
||||
* Fix password change endpoint not being rate-limited (GHSA-q3rg-xx5v-4mxh)
|
||||
* Add hardening around rate-limit bypass (GHSA-c2r5-cfqr-c553)
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.13.1",
|
||||
"upstreamVersion": "4.2.8",
|
||||
"version": "1.13.2",
|
||||
"upstreamVersion": "4.2.9",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
|
Loading…
Reference in a new issue