Browse Source

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.
Loïc Hoguin 8 years ago
parent
commit
9e5cce8cbd
1 changed files with 5 additions and 2 deletions
  1. 5 2
      doc/src/guide/introduction.asciidoc

+ 5 - 2
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.