From c2d954bca5d54fb960764fde9d8ab8ac4b0afcc0 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 11 Aug 2021 20:54:42 -0400 Subject: [PATCH] v1.16.2 release --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cc11e..b1449bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v1.16.2 + +This release updates Erlang/OTP from 24.0.3 to 24.0.5 and Buildroot from 2021.05 +to 2021.05.1. Both of these are security/bug fix updates. This is expected to be +a safe upgrade from v1.16.1 for all users. + +* Updated dependencies + * [nerves_system_br v1.16.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.16.1) + * [Erlang/OTP 24.0.5](https://erlang.org/download/OTP-24.0.5.README) + +* Improvements + * Beta support for using a `runtime.exs` script for runtime configuration. + * Added a `provision` task to the `fwup.config` to enable re-provisioning a + MicroSD card without changing its contents. + * Adds a default `/etc/sysctl.conf` that enables use of ICMP in Erlang. This + requires `nerves_runtime v0.11.5` or later to automatically load the sysctl + variables. With it using `:gen_udp` to send/receive ICMP will "just work". + It also makes it easier to add other sysctl variables if needed. + ## v1.16.1 This release updates Nerves Toolchains to v1.4.3 and OTP 24.0.3. It should be safe for everyone to apply. diff --git a/VERSION b/VERSION index 41c11ff..4a02d2c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.1 +1.16.2