Skip to content

Commit 1a50d17

Browse files
committed
v1.16.2 release
1 parent 1669cd3 commit 1a50d17

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.2
4+
5+
This release updates Erlang/OTP from 24.0.3 to 24.0.5 and Buildroot from 2021.05
6+
to 2021.05.1. Both of these are security/bug fix updates. This is expected to be
7+
a safe upgrade from v1.16.1 for all users.
8+
9+
* Updated dependencies
10+
* [nerves_system_br v1.16.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.16.1)
11+
* [Erlang/OTP 24.0.5](https://erlang.org/download/OTP-24.0.5.README)
12+
13+
* Improvements
14+
* Beta support for using a `runtime.exs` script for runtime configuration.
15+
* Added a `provision` task to the `fwup.config` to enable re-provisioning a
16+
MicroSD card without changing its contents.
17+
* Adds a default `/etc/sysctl.conf` that enables use of ICMP in Erlang. This
18+
requires `nerves_runtime v0.11.5` or later to automatically load the sysctl
19+
variables. With it using `:gen_udp` to send/receive ICMP will "just work".
20+
It also makes it easier to add other sysctl variables if needed.
21+
322
## v1.16.1
423

524
This release updates Nerves Toolchains to v1.4.3 and OTP 24.0.3. It should be safe for everyone to apply.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.1
1+
1.16.2

0 commit comments

Comments
 (0)