Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Erlang/OTP release and LTS schedule?

What is the Erlang/OTP release schedule? How many major versions are released per year, and is there a schedule you can link?

Which versions have long-term support (LTS)?

like image 1000
2240 Avatar asked Jan 31 '21 13:01

2240


People also ask

What is an OTP release?

Fundamentally, OTP releases are the means by which one or more applications are bundled up together for execution as a single unit.

What is Erlang OTP 23?

Erlang/OTP 23.3 is the third and final maintenance patch package for OTP 23, with mostly bug fixes as well as a few improvements. A full list of bug fixes and improvements in the readme.

What is the latest version of Erlang?

The latest version of Erlang/OTP is 25.0.4. To install Erlang you can either build it from source or use a pre-built package.

What is the latest Erlang/OTP version?

The latest version of Erlang/OTP is 24.1.7. To install Erlang you can either build it from source or use a pre-built package. Take a look at the Erlang/OTP 24 release description to see what changes Erlang/OTP 24 brings over the previous major version.

What kind of packages does Erlang solutions provide?

So Erlang Solutions provides up to date pre-built packages for the latest stable releases. Erlang Solutions provides pre-built binary packages for Ubuntu, Debian, Fedora, CentOS and other operating systems. Since Erlang/OTP 18.0, Erlang/OTP is released under Apache License 2.0.

What is Erlang Public License (EPL)?

The older releases prior to Erlang/OTP 18.0 were released under Erlang Public License (EPL), a derivative work of the Mozilla Public License (MPL).

How to compile Erlang?

You can also use third-party tools such as Kerl or asdf to compile Erlang. They help to remove the differences between Erlang/OTP releases and the OS you are compiling on.


Video Answer


1 Answers

Since the release of Erlang/OTP 18.0 in June 2015, there has been a major release every year in June, followed by minor releases (x.1, x.2, x.3) in September, December and March. There are also frequent patch packages announced on the erlang-announce mailing list.

I'm pretty sure this release schedule was announced on the erlang-questions mailing list, but I can't find it now...

There are, strictly speaking, no LTS versions. The documentation on supported releases says:

In general, bugs are only fixed on the latest release, and new features are introduced in the upcoming release that is under development. However, when we, due to internal reasons, fix bugs on older releases, these will be available and announced as well.

like image 166
legoscia Avatar answered Nov 15 '22 17:11

legoscia