You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for graceful shutdowns. Now requests to reboot, halt,
and power off won't immediately terminate the Erlang VM. It will get
about 10 seconds to shut down gracefully before it's killed.
Added support for reading start_erl.data to decide which version
of a release to run.
Sorted all directory scans so that they're deterministic. Previously
the order that files were read in a directory could determine what was
run. While the order appeared stable in practice, it wasn't guaranteed.
Added --working-directory to change the current directory to
something else. This was useful for OTP applications that wrote to
the current directory.