From 5ad5ca0f67f9364073d7347b1fdb6503940d6b9f Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Thu, 11 Feb 2021 11:45:38 -0500 Subject: [PATCH] v0.1.1 release --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcace7d..5a2bebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Jetson Nano +## v0.1.1 + +When migrating custom systems based on this one, please be aware of the following +important changes: + +* There's a new `getrandom` syscall that is made early in BEAM startup. This + blocks the BEAM before `rngd` can be started to provide entropy. The + workaround is to start `rngd` from `erlinit`. See `erlinit.config`. + +* 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) + ## v0.1.0 Initial release diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1