Version 1.11.6

This commit is contained in:
Girish Ramakrishnan 2023-07-08 07:24:44 +05:30
parent 9ad54e9d7c
commit aea9602460
2 changed files with 9 additions and 2 deletions

View file

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

View file

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