Path to this page:
Subject: CVS commit: pkgsrc/lang/elixir
From: Adam Ciarcinski
Date: 2020-02-13 19:27:23
Message id: 20200213182723.90D44FBF4@cvs.NetBSD.org
Log Message:
elixir: updated to 1.10.0
v1.10.0
Support for Erlang/OTP 21+
Releases improvements
Elixir v1.9 introduced releases as a mechanism to package self-contained \
applications. Elixir v1.10 further improves releases with bug fixes and new \
enhancements based on feedback we got from the community. The highlights are:
* Allow the dual boot system of releases to be disabled on environments that are \
boot-time sensitive, such as embedded devices
* Track and raise if compile-time configuration is set or changes at runtime \
(more in the next section)
* Support for easily adding extra files to releases via overlays
* Allow RELEASE_DISTRIBUTION to be set to none in order to fully disable it
* Add a built-in :tar step that automatically packages releases
Files: