From 27e6eba380ae0f760967af972d1093b1a6750e42 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sat, 6 Nov 2021 22:48:19 -0400 Subject: [PATCH] v1.17.2 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e87cfe..c57983d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +This project does NOT follow semantic versioning. The version increases as +follows: + +1. Major version updates are breaking updates to the build infrastructure. + These should be very rare. +2. Minor version updates are made for every major Buildroot release. This + may also include Erlang/OTP and Linux kernel updates. These are made four + times a year shortly after the Buildroot releases. +3. Patch version updates are made for Buildroot minor releases, Erlang/OTP + releases, and Linux kernel updates. They're also made to fix bugs and add + features to the build infrastructure. + +## v1.17.2 + +This release updates the Linux kernel from 5.4 to 5.10 to follow the Raspberry +Pi OS. + +* Updated dependencies + * [nerves_system_br v1.17.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.17.3) + * [Erlang/OTP 24.1.4](https://erlang.org/download/OTP-24.1.4.README). + * Linux 5.10.63 with Raspberry Pi patches + ## v1.17.1 This is a security/bug fix patch release. It should be safe to update for diff --git a/VERSION b/VERSION index 511a76e..06fb41b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.1 +1.17.2