Skip to content

Commit

Permalink
v1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 8, 2019
1 parent 098a287 commit a7353d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.5.3

* Bug fixes
* Change `PROGNAME` setting to `erlexec` so that OTP's
[`slave`](http://erlang.org/doc/man/slave.html) works. `slave` had been
calling `erl` which would try to figure out the `ROOTDIR` again. `erlinit`
already sets `ROOTDIR` properly, so this isn't necessary and `erl` would also
get it wrong.

## v1.5.2

* Bug fixes
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.5.2
VERSION=1.5.3

CFLAGS+=-Wall -Wextra -O2

Expand Down

0 comments on commit a7353d5

Please sign in to comment.