From e08b92020b1a310559e742a958ae981ef93d534b Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 7 Feb 2022 19:09:10 -0500 Subject: [PATCH] v1.18.2 release --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcde41..47a31cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ follows: releases, and Linux kernel updates. They're also made to fix bugs and add features to the build infrastructure. +## v1.18.2 + +This is a Buildroot and Erlang bug fix release. It should be a low risk upgrade +from the previous release. + +* Updated dependencies + * [nerves_system_br v1.18.4](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.18.4) + +* Changes + * Specify CPU-specific flags when compiling NIFs and ports. This fixes an + issue where some optimizations could not be enabled in NIFs even though it + should be possible to have them. E.g., ARM NEON support for CPUs that have + it. + * Build the Wireguard kernel driver. This is a small device driver that + enables a number of VPN-based use cases. + ## v1.18.1 * Updated dependencies diff --git a/VERSION b/VERSION index ec6d649..b57fc72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.1 +1.18.2