Skip to content

Commit cd3ed42

Browse files
committed
v1.16.0 release
1 parent 5072b4d commit cd3ed42

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v1.16.0
4+
5+
This release updates to Buildroot 2021.05 and OTP 24.0.2. If you have made a
6+
custom system off this one, please review the `nerves_system_br v1.16.0` release
7+
notes.
8+
9+
* Updated dependencies
10+
* [nerves_system_br v1.16.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.16.0)
11+
* [Buildroot 2021.05](http://lists.busybox.net/pipermail/buildroot/2021-June/311946.html)
12+
* [Erlang/OTP 24.0.2](https://erlang.org/download/OTP-24.0.2.README)
13+
14+
* Improvements
15+
* This release now contains debug symbols and includes the Build-ID in the
16+
ELF headers. This makes it easier to get stack traces from C programs. As
17+
before, the Nerves tooling strips all symbols from firmware images, so this
18+
won't make programs bigger.
19+
* Enable compile-time `wpa_supplicant` options to support WPA3, mesh
20+
networking, WPS and autoscan.
21+
322
## v1.15.1
423

524
This is a security/bug fix release that updates to Buildroot 2021.02.1 and OTP

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1
1+
1.16.0

0 commit comments

Comments
 (0)