aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-12 08:30:26 +0100
committerChocobozzz <me@florianbigard.com>2021-01-12 08:30:26 +0100
commitefd31a6ae276ae0337b8b342861103551de32753 (patch)
tree18aca2aab4f80f7037d8d63b5ec3e382340bd58b
parent490109c7660657320d7d67a3b662e5d969dae3dd (diff)
parent51133b50bc89c29bc0b22d9c432a670408226eaa (diff)
downloadPeerTube-efd31a6ae276ae0337b8b342861103551de32753.tar.gz
PeerTube-efd31a6ae276ae0337b8b342861103551de32753.tar.zst
PeerTube-efd31a6ae276ae0337b8b342861103551de32753.zip
Merge branch 'release/3.0.0' into develop
-rw-r--r--CHANGELOG.md23
-rw-r--r--client/package.json2
-rw-r--r--package.json2
-rw-r--r--support/doc/api/openapi.yaml2
4 files changed, 26 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a1ad2c0b..05d80b7c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
1# Changelog 1# Changelog
2 2
3## v3.0.1
4
5### SECURITY
6
7 * **Important** Fix retrieving data of another user if the username contains `_` when fetching *my information*
8
9### Docker
10
11 * Fix [upgrade documentation](https://docs.joinpeertube.org/install-docker?id=upgrade)
12 * Add live RTMP port in docker compose
13
14### Bug fixes
15
16 * Fix account feed URL
17 * Log RTMP server error (address already in use)
18 * Fix NPM theme links in admin theme page
19 * Don't reject AP actors with empty description
20 * Fix twitter admin config description
21 * Fix duplicate entry in job list page
22 * Fix `nl-NL` broken admin config page
23 * Fix bad tracker client IP when using a reverse proxy
24
25
3## v3.0.0 26## v3.0.0
4 27
5**Since v2.4.0** 28**Since v2.4.0**
diff --git a/client/package.json b/client/package.json
index be54a3ae9..7ee661193 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "peertube-client", 2 "name": "peertube-client",
3 "version": "3.0.0", 3 "version": "3.0.1",
4 "private": true, 4 "private": true,
5 "license": "AGPL-3.0", 5 "license": "AGPL-3.0",
6 "author": { 6 "author": {
diff --git a/package.json b/package.json
index 382e79ff5..90b3768ac 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "3.0.0", 4 "version": "3.0.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 8f60dbceb..74b2dee28 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -1,7 +1,7 @@
1openapi: 3.0.0 1openapi: 3.0.0
2info: 2info:
3 title: PeerTube 3 title: PeerTube
4 version: 3.0.0 4 version: 3.0.1
5 contact: 5 contact:
6 name: PeerTube Community 6 name: PeerTube Community
7 url: 'https://joinpeertube.org' 7 url: 'https://joinpeertube.org'