Version 1.7.2

This commit is contained in:
Girish Ramakrishnan 2021-11-27 12:10:41 -08:00
parent 495957d220
commit 21bccde769
3 changed files with 14 additions and 2 deletions

View file

@ -131,3 +131,15 @@
* Fix locale-specific number rounding errors (ClearlyClaire)
* Fix scheduling a status decreasing status count (ClearlyClaire)
* Fix user's canonical email address being blocked when user deletes own account (ClearlyClaire)
[1.7.2]
* Update Mastodon to 3.4.4
* [Full changelog](https://github.com/mastodon/mastodon/releases/tag/v3.4.4)
* Fix error when suspending user with an already blocked canonical email (ClearlyClaire)
* Fix overflow of long profile fields in admin UI (ClearlyClaire)
* Fix confusing error when WebFinger request returns empty document (ClearlyClaire)
* Fix upload of remote media with OpenStack Swift sometimes failing (ClearlyClaire)
* Fix logout link not working in Safari (noellabo)
* Fix “open” link of media modal not closing modal in web UI (ClearlyClaire)
* Fix replying from modal in web UI (ClearlyClaire)

View file

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.7.1",
"version": "1.7.2",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,

View file

@ -1,4 +1,4 @@
This app packages Mastodon <upstream>3.4.3</upstream>.
This app packages Mastodon <upstream>3.4.4</upstream>.
## About