From: Chocobozzz Date: Tue, 5 May 2020 07:26:28 +0000 (+0200) Subject: Add federation compat question in faq X-Git-Tag: v2.2.0-rc.1~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a8738ec5360304926eac8d8a313b2b5cd7743a1e;p=oweals%2Fpeertube.git Add federation compat question in faq --- diff --git a/FAQ.md b/FAQ.md index 971be03d2..0553faec5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,6 +22,7 @@ - [Are you going to support advertisements?](#are-you-going-to-support-advertisements) - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) - [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) +- [Does PeerTube ensures federation compatibility with previous version?](#does-peertube-ensures-federation-compatibility-with-previous-version) @@ -164,3 +165,8 @@ We are always open to discussion about potential PRs bringing in features, even ## I have found a security vulnerability in PeerTube. Where and how should I report it? We have a policy for contributions related to security. Please refer to [SECURITY.md](./SECURITY.md) + +## Does PeerTube ensures federation compatibility with previous version? + +We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example). +We don't have resources to keep compatibility with other versions.