aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-05 09:26:28 +0200
committerChocobozzz <me@florianbigard.com>2020-05-05 13:54:30 +0200
commita8738ec5360304926eac8d8a313b2b5cd7743a1e (patch)
tree638f0000d415a412f047d6e194d822bef41cdb28 /FAQ.md
parent5140edafeb312136d44d9437884d86948f2a6e2a (diff)
downloadPeerTube-a8738ec5360304926eac8d8a313b2b5cd7743a1e.tar.gz
PeerTube-a8738ec5360304926eac8d8a313b2b5cd7743a1e.tar.zst
PeerTube-a8738ec5360304926eac8d8a313b2b5cd7743a1e.zip
Add federation compat question in faq
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 971be03d2..0553faec5 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -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
166We have a policy for contributions related to security. Please refer to [SECURITY.md](./SECURITY.md) 167We 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
171We **try** to keep compatibility with the latest minor version (2.3.1 with 2.2 for example).
172We don't have resources to keep compatibility with other versions.