Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 26, 2017
1 parent 70f06c0 commit 0b9dfe9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.0.0

* New features
* 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 graceful 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.
* Added quite a few more regression tests.

## v0.8.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=0.8.0
VERSION=1.0.0

CFLAGS+=-Wall -Wextra -O2 -DPROGRAM_VERSION=$(VERSION)

Expand Down

0 comments on commit 0b9dfe9

Please sign in to comment.