Releases: erlware/relx
Releases · erlware/relx
v3.24.2
v3.24.1
v3.24.0
- OTP-20 unicode support and OTP-21 readiness
- Correctly construct HEART_COMMAND and run_erl arguments
- Only print lines for os var that are set
- Pass prefix through
- Add boot_var ERTS_LIB_DIR to relx_get_nodename
- win32 cross release on unix and vs
- [windows] pass extra arguments from vm.args to service
- vm.args check for name/sname parameter
- disabling progress reports during erl root check in extended start sc…
- Start top-level applications as early as possible.
- PIPE_DIR handling
- Prevent .erlang from prepending string to the erl root dir
- Don't fail status script command if empty
v3.23.1
v3.23.0
v3.22.3
- Ensure stdlib,kernel as application dependencies
- Fix OSX readlink
- Only use multi-node sys.config if requested when replacing OS vars
- Don't drop debug info on default build
- Drop use of export_all erlc directive
- Feature/fix crash on relup warning
- Don't rewrite app files if contents are the same
- upgrade erlware_commons to 1.0.0 for OTP20 support
- Add test coverage for long node name releases
v3.22.1
v3.22.0
- upgrade erlware_commons
- Bump cf to 0.2.2
- Fix duplicated method
- Provide a new config directive that allows per-app module exclusion
- Add script to help in generating release changelog
- Allow upgrade/downgrade from non-permanent versions
- Add support for new relx directive that provides start/stop script hooks
- Remove name collisions of replaced files in multi-node setups
- Feature/optional permafy relup
- Support the uninstall command. (release_handler:remove_release/1)
- Fix head mismatch
- Feature/flexible release package location on relups
- Patch to fix #523
- Feature/nicer templates ng
- Give code path access to console_clean
- Feature/replace os vars test
- Revert "remove rlx_topo since all systools >=R15 have a working sort of apps"
- Always include nodetool when generating extended start script
- Fixed: #524. Erts src folder existence check added
v3.21.1
Fixes:
- Don't include erts src when user requests src not be included
- Always ask release handler to update paths on relup
- Fixed overlay_vars handling
- Several regression tests added and dialyzer fixes
v3.19.0: Merge pull request #459 from djnym/erlang_hostname
get nodename from erlang, not hostname