Skip to content

Commit

Permalink
v1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 31, 2022
1 parent ad5636b commit fd320f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.12.1

* Bug fixes
* Remove absolute path requirement on `--alternate-exec` for binaries in the
Erlang runtime. This makes it much less brittle to use since the ERTS
directory has a version number in it that may change on every Erlang
update. If you're using `--alternate-exec` to run `run_erl`, remove the
absolute path to it. `erlinit` will run the one associated with the OTP
release.

## v1.12.0

* Changes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.12.0
VERSION=1.12.1

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit fd320f9

Please sign in to comment.