Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.29.1 release #267

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ follows:
releases, and Linux kernel updates. They're also made to fix bugs and add
features to the build infrastructure.

## v1.29.1

This is a security/bug fix update.

* Changes
* Support hardware PWM
* Support the use of NVME SSDs

* Updated dependencies
* [nerves_system_br v1.29.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.29.3)
* [Buildroot 2024.08.3](https://lore.kernel.org/buildroot/[email protected]/T/)
* [Erlang/OTP 27.2](https://erlang.org/download/OTP-27.2.README)
* Linux 6.6.64 with the Raspberry Pi and PREEMPT_RT patches
* [fwup v1.12.0](https://github.com/fwup-home/fwup/releases/tag/v1.12.0)

## v1.29.0

This is a major Erlang and Buildroot update.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0
1.29.1
Loading