Skip to content

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Feb 12, 2021
1 parent d67ae70 commit 970020b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.5.0

This release updates to Buildroot 2020.11.2, GCC 10.2 and OTP 23.2.4.

When migrating custom systems based, please be aware of the following important
changes:

* There's a new `getrandom` syscall that is made early in BEAM startup. This has
the potential to block the BEAM before Nerves can start `rngd` to provide
entropy. We have not seen this issue here, but have updated `erlinit.config`
for the time being as a precaution.
* The GCC 10.2.0 toolchain has a different name that calls out "nerves" as the
vendor and the naming is now more consistent with other toolchain providers.
* Experimental support for tooling that requires more information about the
target has been added. The initial support focuses on zigler.

* Updated dependencies
* [nerves_system_br: bump to v1.14.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.14.4)
* [Buildroot 2020.11.2](http://lists.busybox.net/pipermail/buildroot/2021-January/302574.html)
* [Erlang/OTP 23.2.4](https://erlang.org/download/OTP-23.2.4.README)
* [Nerves toolchains 1.4.1](https://github.com/nerves-project/toolchains/releases/tag/v1.4.1)

## v0.4.3

This is a bug fix release and contains no major changes.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.5.0

0 comments on commit 970020b

Please sign in to comment.