From 96ceea864d07227e86783e5969c64e89debe6583 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 26 Nov 2024 21:51:06 -0600 Subject: [PATCH] v1.29.0 release --- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171e314..a0188a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,26 @@ follows: releases, and Linux kernel updates. They're also made to fix bugs and add features to the build infrastructure. +## v1.29.0 + +This is a major Erlang and Buildroot update. + +Please see the [nerves_system_br v1.29.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.29.0) +for upgrade instructions if you've forked this system. + +* Changes + * Applied and enabled the Real-Time Linux patch set, PREEMPT_RT. Please see + write-ups on the web for benefits and how to use. The impact of this patch + shouldn't be noticeable to most Nerves users. + * Switch CPU frequency governor from conservative to the more modern + schedutil. See [LWN article](https://lwn.net/Articles/682391/) for details. + * Enable ARM NEON compilation for packages that can use it. + +* Updated dependencies + * [nerves_system_br v1.29.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.29.1) + * [Buildroot 2024.08.2](https://lore.kernel.org/buildroot/871pzex7gn.fsf@dell.be.48ers.dk/T/) + * Linux 6.6.51 (Raspberry Pi stable_20241008 release) + ## v1.28.1 This is a security/bug fix update. diff --git a/VERSION b/VERSION index 450a687..5e57fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.28.1 +1.29.0