Skip to content

Commit

Permalink
0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 3, 2016
1 parent 1b9c418 commit e743e6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## v0.7.1

* New features
* Support powering off on errors and fatals for platforms without
and easy way to get out of a hang.

* Fixes
* Fix harmless kernel oops at poweroff on slow platforms
* The 'halt' command works now.

## v0.7.0

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.7.1-dev
VERSION=0.7.1

erlinit: $(wildcard src/*.c)
$(CC) -Wall -O2 -DPROGRAM_VERSION=$(VERSION) -o $@ $^
Expand Down

0 comments on commit e743e6d

Please sign in to comment.