Erlang OTP 22.2 is released

December 10, 2019 · by Henrik Nord

Highlights #

erts: #

  • The Kernel application’s User’s Guide now contains a Logger Cookbook with common usage patterns.
  • Numerous improvements in the new socket and net modules

Standard libraries: #

  • common_test: ct_property_test logging is improved
  • ssl: Correct handling of unordered chains so that it works as expected

Tools: #

  • Emacs erlang-mode function that lets the user open the documentation for an Erlang/OTP function in an Emacs buffer has been improved. Users will be asked if they want the man pages downloaded if they are not present in the system.

For more details see erlang.org/download/otp_src_22.2.readme

Pre-built versions for Windows can be fetched here: erlang.org/download/otp_win32_22.2.exe erlang.org/download/otp_win64_22.2.exe

Online documentation can be browsed here: erlang.org/doc/search/

The source tarball can be fetched here: erlang.org/download/otp_src_22.2.tar.gz The documentation can be fetched here: erlang.org/download/otp_doc_html_22.2.tar.gz The man pages can be fetched here: erlang.org/download/otp_doc_man_22.2.tar.gz

The Erlang/OTP source can also be found at GitHub on the official Erlang repository:

https://github.com/erlang/otp

OTP-22.2

Thank you for all your contributions!