Erlang/OTP 19.3.1

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.3.1
Patch Package OTP 19.3.1
Git Tag OTP-19.3.1
Date 2017-04-04
Issue Id
seq13294
System OTP
Release 19
Application

crypto-3.7.4 #

The crypto-3.7.4 application can be applied independently of other applications on a full OTP 19 installation.

OTP-14313
Application(s):
crypto
Related Id(s):
PR-1393

Fix a bug with AES CFB 128 for 192 and 256 bit keys. Thanks to kellymclaughlin !

Full runtime dependencies of crypto-3.7.4: erts-6.0, kernel-3.0, stdlib-2.0

erts-8.3.1 #

Note! The erts-8.3.1 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: -- sasl-3.0.1 (first satisfied in OTP 19.1)

OTP-14308
Application(s):
erts
Related Id(s):
ERL-383

Trying to open a directory with file:read_file/1 on Unix leaked a file descriptor. This bug has now been fixed.

OTP-14290
Application(s):
erts

Invoking init:stop/0 via the SIGTERM signal, in a non-SMP BEAM, could cause BEAM to terminate with fatal error. This has now been fixed and the BEAM will terminate normally when SIGTERM is received.

Full runtime dependencies of erts-8.3.1: kernel-5.0, sasl-3.0.1, stdlib-3.0

inets-6.3.7 #

The inets-6.3.7 application can be applied independently of other applications on a full OTP 19 installation.

OTP-14242
Application(s):
inets

Fixed a bug in ftp that made further operations after a recv_chunk operation impossible.

Full runtime dependencies of inets-6.3.7: erts-6.0, kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, ssl-5.3.4, stdlib-2.0

ssh-4.4.2 #

Note! The ssh-4.4.2 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 dependencies have to be satisfied: -- crypto-3.7.3 (first satisfied in OTP 19.3) -- public_key-1.4 (first satisfied in OTP 19.3) -- stdlib-3.3 (first satisfied in OTP 19.3)

OTP-14298
Application(s):
ssh
Related Id(s):
seq13294

ssh:daemon_info/1 crashed if the listening IP was not 'any'

Full runtime dependencies of ssh-4.4.2: crypto-3.7.3, erts-6.0, kernel-3.0, public_key-1.4, stdlib-3.3

ssl-8.1.2 #

Note! The ssl-8.1.2 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.2 (first satisfied in OTP 19.2)

OTP-14300
Application(s):
ssl

Correct active once emulation, for TLS. Now all data received by the connection process will be delivered through active once, even when the active once arrives after that the gen_tcp socket is closed by the peer.

Full runtime dependencies of ssl-8.1.2: crypto-3.3, erts-7.0, inets-5.10.7, kernel-3.0, public_key-1.2, stdlib-3.2

Thanks To #

Bram Verburg, Kelly McLaughlin