aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-04-25 12:32:03 +0200
committerLoïc Hoguin <[email protected]>2019-04-25 12:32:03 +0200
commit3f3ed57a5e49a0d61644fae5556c4315e6d05506 (patch)
treee7fb2b876668e417a1166ce63112053483054051 /doc
parent97857d23dda07524631c15ad1eb876d109eb6829 (diff)
downloadgun-3f3ed57a5e49a0d61644fae5556c4315e6d05506.tar.gz
gun-3f3ed57a5e49a0d61644fae5556c4315e6d05506.tar.bz2
gun-3f3ed57a5e49a0d61644fae5556c4315e6d05506.zip
Document an issue with OTP-20.3 on Windows
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/introduction.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc
index fa0e6c6..dfbe1e3 100644
--- a/doc/src/guide/introduction.asciidoc
+++ b/doc/src/guide/introduction.asciidoc
@@ -16,6 +16,12 @@ Gun is tested and supported on Linux, FreeBSD, Windows and OSX.
Gun is developed for Erlang/OTP 20.0 and newer.
+Note that Gun will not work on the Windows build of Erlang/OTP 20.3
+due to a bug in Erlang/OTP's stdlib application. The ticket number
+for this bug is OTP-13995 and it was fixed in the patch release
+OTP-20.3.2. Replacing the `gen_statem.beam` file on an 20.3
+installation is enough to fix the issue.
+
=== License
Gun uses the ISC License.