Erlang/OTP 20.3.2

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:20.3.2
Patch Package OTP 20.3.2
Git Tag OTP-20.3.2
Date 2018-03-22
System OTP
Release 20
Application

ssh-4.6.7 #

Note! The ssh-4.6.7 application can *not* be applied independently of other applications on an arbitrary OTP 20 installation. On a full OTP 20 installation, also the following runtime dependencies have to be satisfied: -- crypto-4.2 (first satisfied in OTP 20.2) -- public_key-1.5.2 (first satisfied in OTP 20.2)

OTP-14990
Application(s):
ssh

Fix bad spec in ssh.hrl: double_algs().

Full runtime dependencies of ssh-4.6.7: crypto-4.2, erts-6.0, kernel-3.0, public_key-1.5.2, stdlib-3.3

stdlib-3.4.5 #

The stdlib-3.4.5 application can be applied independently of other applications on a full OTP 20 installation.

OTP-13995
Application(s):
stdlib

The Module:init/1 function in gen_statem may return an actions list containing any action, but an erroneous check only allowed state enter actions so e.g {next_event,internal,event} caused a server crash. This bug has been fixed.

Full runtime dependencies of stdlib-3.4.5: compiler-5.0, crypto-3.3, erts-9.0, kernel-5.0, sasl-3.0