aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 12:37:50 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 12:37:50 +0200
commit9e5cce8cbdb8c083cbde848010b4a89a9fd1a233 (patch)
tree971939728225b8085113936a61720c4a645020c9
parent905642f6fc434889243451ef7abbb1a46c83710a (diff)
downloadranch-9e5cce8cbdb8c083cbde848010b4a89a9fd1a233.tar.gz
ranch-9e5cce8cbdb8c083cbde848010b4a89a9fd1a233.tar.bz2
ranch-9e5cce8cbdb8c083cbde848010b4a89a9fd1a233.zip
Update support list
We now do R16B+ (because R15 doesn't compile anymore on my CI servers), except 18.3.2 and 18.3.3 (known SSL issues). Also update the list of supported platforms.
-rw-r--r--doc/src/guide/introduction.asciidoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc
index 3199fb2..ac27862 100644
--- a/doc/src/guide/introduction.asciidoc
+++ b/doc/src/guide/introduction.asciidoc
@@ -13,9 +13,12 @@ with socket programming and TCP protocols.
=== Supported platforms
-Ranch is tested and supported on Linux.
+Ranch is tested and supported on Linux, FreeBSD, OSX and Windows.
-Ranch is developed for Erlang R15B01+.
+Ranch is developed for Erlang/OTP R16B+.
+
+There are known issues with the SSL application found in Erlang/OTP
+18.3.2 and 18.3.3. These versions are therefore not supported.
Ranch may be compiled on earlier Erlang versions with small source code
modifications but there is no guarantee that it will work as expected.