Skip to content

Commit 553faa1

Browse files
mobileoverlordfhunleth
authored andcommitted
v1.14.0 release
1 parent f19aaa6 commit 553faa1

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v1.14.0
4+
5+
This release updates to Buildroot 2020.11.2, GCC 10.2 and OTP 23.2.4.
6+
7+
When migrating custom systems based, please be aware of the following important
8+
changes:
9+
10+
* There's a new `getrandom` syscall that is made early in BEAM startup. This
11+
blocks the BEAM before `rngd` can be started to provide entropy. The
12+
workaround is to start `rngd` from `erlinit`. See `erlinit.config`.
13+
* Hardware float is enabled (`eabihf`). If you have pre-built binaries, you will
14+
need to compile them since previous `eabi` was used.
15+
* The GCC 10.2.0 toolchain has a different name that calls out "nerves" as the
16+
vendor and the naming is now more consistent with other toolchain providers.
17+
* Experimental support for tooling that requires more information about the
18+
target has been added. The initial support focuses on zigler.
19+
20+
* Updated dependencies
21+
* [nerves_system_br: bump to v1.14.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.14.4)
22+
* [Buildroot 2020.11.2](http://lists.busybox.net/pipermail/buildroot/2021-January/302574.html)
23+
* [Erlang/OTP 23.2.4](https://erlang.org/download/OTP-23.2.4.README)
24+
* [Nerves toolchains 1.4.1](https://github.com/nerves-project/toolchains/releases/tag/v1.4.1)
25+
326
## v1.13.3
427

528
This is a bug fix release and contains no major changes.
@@ -209,8 +232,6 @@ https://github.com/fhunleth/rpi_fb_capture/issues/2 for details.
209232

210233
## v1.8.0
211234

212-
This release
213-
214235
This release updates Erlang to OTP 22 and gcc from version 7.3.0 to 8.3.0.
215236
See the nerves_system_br and toolchain release notes for more information.
216237

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.3
1+
1.14.0

0 commit comments

Comments
 (0)