Erlang/OTP 23.1.3

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:23.1.3
Patch Package OTP 23.1.3
Git Tag OTP-23.1.3
Date 2020-11-17
Issue Id
ERIERL-556
System OTP
Release 23
Application

erts-11.1.3 #

The erts-11.1.3 application can be applied independently of other applications on a full OTP 23 installation.

OTP-16994
Application(s):
erts

Fixed a crash when exceptions were thrown during call time tracing.

Full runtime dependencies of erts-11.1.3: kernel-7.0, sasl-3.3, stdlib-3.13

ssh-4.10.3 #

The ssh-4.10.3 application can be applied independently of other applications on a full OTP 23 installation.

OTP-17006
Application(s):
ssh
Related Id(s):
ERIERL-556

A supervisor sub-tree could be left if the connection handler process is brutally killed. This will make the max_sessions checking option to count the existing sessions erroneously and could finally block further sessions.

Full runtime dependencies of ssh-4.10.3: crypto-4.6.4, erts-9.0, kernel-5.3, public_key-1.6.1, stdlib-3.4.1