From 93f7e08cfbf078fc8b71e7e44711f500d720ca3f Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 21 Jun 2021 09:01:20 -0400 Subject: [PATCH] v1.16.0 release --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9276809..5d0637e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v1.16.0 + +This release updates to Buildroot 2021.05 and OTP 24.0.2. If you have made a +custom system off this one, please review the `nerves_system_br v1.16.0` release +notes. + +* Updated dependencies + * [nerves_system_br v1.16.0](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.16.0) + * [Buildroot 2021.05](http://lists.busybox.net/pipermail/buildroot/2021-June/311946.html) + * [Erlang/OTP 24.0.2](https://erlang.org/download/OTP-24.0.2.README) + +* Improvements + * This release now contains debug symbols and includes the Build-ID in the + ELF headers. This makes it easier to get stack traces from C programs. As + before, the Nerves tooling strips all symbols from firmware images, so this + won't make programs bigger. + * Enable compile-time `wpa_supplicant` options to support WPA3, mesh + networking, WPS and autoscan. + ## v1.15.1 This is a security/bug fix release that updates to Buildroot 2021.02.1 and OTP diff --git a/VERSION b/VERSION index ace4423..15b989e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1 +1.16.0