File tree 2 files changed +24
-3
lines changed
2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## v1.13.3
4
27
5
28
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.
209
232
210
233
## v1.8.0
211
234
212
- This release
213
-
214
235
This release updates Erlang to OTP 22 and gcc from version 7.3.0 to 8.3.0.
215
236
See the nerves_system_br and toolchain release notes for more information.
216
237
Original file line number Diff line number Diff line change 1
- 1.13.3
1
+ 1.14.0
You can’t perform that action at this time.
0 commit comments