aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-01 10:36:37 +0200
committerChocobozzz <me@florianbigard.com>2021-07-01 10:36:37 +0200
commitc208212202179f8878a050787f934f4850b6ff4b (patch)
tree5d15fcb54140171188b0355162a74afeec2662ce /CHANGELOG.md
parent9c2e051c56e1ef6b9c9901f492fb506ee5d16def (diff)
downloadPeerTube-c208212202179f8878a050787f934f4850b6ff4b.tar.gz
PeerTube-c208212202179f8878a050787f934f4850b6ff4b.tar.zst
PeerTube-c208212202179f8878a050787f934f4850b6ff4b.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7875a1c9e..f2712e916 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,12 @@
7 * **Important:** v3.2.0 introduced a `pg_dump` export bug in the auto upgrade script. v3.2.1 fixed this bug. To upgrade from v3.2.**0**: 7 * **Important:** v3.2.0 introduced a `pg_dump` export bug in the auto upgrade script. v3.2.1 fixed this bug. To upgrade from v3.2.**0**:
8 * You can upgrade manually https://docs.joinpeertube.org/install-any-os?id=manually 8 * You can upgrade manually https://docs.joinpeertube.org/install-any-os?id=manually
9 * Or you can apply the changes introduced in this commit: https://github.com/Chocobozzz/PeerTube/commit/86dc0b9cc9374cba7548bb613ff43d92f90570a8 and then use the auto upgrade script 9 * Or you can apply the changes introduced in this commit: https://github.com/Chocobozzz/PeerTube/commit/86dc0b9cc9374cba7548bb613ff43d92f90570a8 and then use the auto upgrade script
10 * **Important:** Due to a bug in ffmpeg, PeerTube is not compatible with ffmpeg 4.4. See https://github.com/Chocobozzz/PeerTube/issues/3990
11
10 12
11### Maintenance 13### Maintenance
12 14
13 * Increase max image/caption/torrent upload size to `4MB` 15 * Increase max image/caption/torrent upload size to `4MB`. You need to update your nginx configuration to handle this change
14 * Increase fetcher job concurrency to `3` 16 * Increase fetcher job concurrency to `3`
15 17
16### Docker 18### Docker