Skip to content

Commit 7b333d8

Browse files
committed
v1.28.0 release
1 parent d23f0be commit 7b333d8

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ follows:
1212
releases, and Linux kernel updates. They're also made to fix bugs and add
1313
features to the build infrastructure.
1414

15+
## v1.28.0
16+
17+
This is a major Erlang, Buildroot, Linux and Raspberry Pi display and camera
18+
update. Please read below and expect to spend some time on the update.
19+
20+
Please see the [nerves_system_br v1.28.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.0)
21+
for upgrade instructions if you've forked this system.
22+
23+
* Changes
24+
* Elixir 1.17 and Erlang/OTP 27 support
25+
* Switch from the Raspberry Pi's deprecated MMAL media support to DRM and
26+
libcamera. This is a big change if you use the display or camera that has
27+
been a long time coming. Please plan some time to make the upgrade.
28+
* Upgrade from Linux 6.1 to Linux 6.6
29+
* Reduce copy/pasted definitions in the `fwup.conf` by extracting them to
30+
`fwup_include/fwup-common.conf`. (No functional changes)
31+
32+
* Fixes
33+
* The serial numbers returned by `Nerves.Runtime.serial_number/0` now contain
34+
the whole serial number. If you forked this system, check the
35+
`boardid.config` and `erlinit.config` for the changes and to keep the
36+
hostname the same.
37+
38+
* Updated dependencies
39+
* Linux 6.6.31 (Raspberry Pi stable_20240529 release)
40+
* [nerves_system_br v1.28.1](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.1)
41+
* [Buildroot 2024.05](https://lore.kernel.org/buildroot/[email protected]/T/)
42+
* [Erlang/OTP 27.0](https://erlang.org/download/OTP-27.0.README)
43+
1544
## v1.27.1
1645

1746
This is a security/bug fix update.
@@ -24,7 +53,7 @@ This is a security/bug fix update.
2453

2554
This is a major Buildroot update.
2655

27-
Please see the [nerves_system_br v1.27.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.26.0)
56+
Please see the [nerves_system_br v1.27.0 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.27.0)
2857
for upgrade instructions if you've forked this system.
2958

3059
* Changes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1
1+
1.28.0

0 commit comments

Comments
 (0)