Skip to content

Commit

Permalink
v1.29.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 27, 2024
1 parent 04fc746 commit dbd5113
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,28 @@ 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 support for packages that can take advantage of it.
* Enable dtc commandline programs to support dynamic device tree loading at
runtime

* 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/[email protected]/T/)
* Linux 6.6.51 (Raspberry Pi stable_20241008 release)

## v1.28.1

This is a security/bug fix update.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.1
1.29.0

0 comments on commit dbd5113

Please sign in to comment.