v4.6.0
- print a warning about use of ERL_DIST_PORT on erts prior to 11.1
- extended_bin: support 'inet_dist_use_interface' when using
remote_console
,rpc
andeval
- add support for
optional_applications
, added in OTP-24 to the app spec (.app
) file - keep order of deps as given in relx release config when creating the
.rel
file - extended_bin: fix ERTS version mismatch warning
- more helpful error if file:consult fails with .app
- replace literal ampersand character in os variable by escaped version…