Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Version 0.55 (2014-07-09)

Pre-release
Pre-release
Compare
Choose a tag to compare
@chyndman chyndman released this 09 Jul 22:59
· 141 commits to master since this release

Compared to v0.54, the installer now offers to download and install Erlang and append the system's Path variable appropriately. This is implemented as a set of Inno Setup tasks with check parameters, which means that the options won't even be shown if Erlang exists.

Currently, the installer hardcodes links and names for OTP 17.1. There are several options we can explore for changing this, including:

  • Reading filenames at erlang.org/download and choose the latest.
  • Maintaining our own csv file (like elixir-lang.org/otp.csv) with this information and using it similar to releases.csv
  • Changing nothing (releases are quite few and far between.)