Erlang/OTP 19.1.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:19.1.2
Patch Package OTP 19.1.2
Git Tag OTP-19.1.2
Date 2016-10-06
Issue Id
seq13189
System OTP
Release 19
Application

ssh-4.3.3 #

Note! The ssh-4.3.3 application can *not* be applied independently of other applications on an arbitrary OTP 19 installation. On a full OTP 19 installation, also the following runtime dependency has to be satisfied: -- stdlib-3.1 (first satisfied in OTP 19.1)

OTP-13905
Application(s):
ssh
Related Id(s):
PR-1173

When user defined SSH shell REPL process exits with reason normal, the SSH channel callback module should report successful exit status to the SSH client. This provides simple way for SSH clients to check for successful completion of executed commands. (Thanks to isvilen)

OTP-13932
Application(s):
ssh
Related Id(s):
seq13189

Handle all possible exit values that should be interpreted as {error, closed}. Failing to do so could lead to unexpected crashes for users of the ssh application.

Full runtime dependencies of ssh-4.3.3: crypto-3.3, erts-6.0, kernel-3.0, public_key-1.1, stdlib-3.1