diff options
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,7 @@ | |||
22 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) | 22 | - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) |
23 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) | 23 | - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) |
24 | - [I have found a security vulnerability in PeerTube. Where and how should I report it?](#i-have-found-a-security-vulnerability-in-peertube-where-and-how-should-i-report-it) | 24 | - [I have found a security vulnerability in PeerTube. Where and how should I report it?](#i-have-found-a-security-vulnerability-in-peertube-where-and-how-should-i-report-it) |
25 | - [Does PeerTube ensures federation compatibility with previous version?](#does-peertube-ensures-federation-compatibility-with-previous-version) | ||
25 | 26 | ||
26 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> | 27 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
27 | 28 | ||
@@ -164,3 +165,8 @@ We are always open to discussion about potential PRs bringing in features, even | |||
164 | ## I have found a security vulnerability in PeerTube. Where and how should I report it? | 165 | ## I have found a security vulnerability in PeerTube. Where and how should I report it? |
165 | 166 | ||
166 | We have a policy for contributions related to security. Please refer to [SECURITY.md](./SECURITY.md) | 167 | We have a policy for contributions related to security. Please refer to [SECURITY.md](./SECURITY.md) |
168 | |||
169 | ## Does PeerTube ensures federation compatibility with previous version? | ||
170 | |||
171 | We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example). | ||
172 | We don't have resources to keep compatibility with other versions. | ||