Skip to content

Commit 22fcbf0

Browse files
committed
v1.17.2 release
1 parent 3b7b5d3 commit 22fcbf0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
This project does NOT follow semantic versioning. The version increases as
4+
follows:
5+
6+
1. Major version updates are breaking updates to the build infrastructure.
7+
These should be very rare.
8+
2. Minor version updates are made for every major Buildroot release. This
9+
may also include Erlang/OTP and Linux kernel updates. These are made four
10+
times a year shortly after the Buildroot releases.
11+
3. Patch version updates are made for Buildroot minor releases, Erlang/OTP
12+
releases, and Linux kernel updates. They're also made to fix bugs and add
13+
features to the build infrastructure.
14+
15+
## v1.17.2
16+
17+
This release updates the Linux kernel from 5.4 to 5.10 to follow the Raspberry
18+
Pi OS. This is using the latest Linux kernel and Raspberry Pi firmware at the
19+
time of this release to support the Raspberry Pi Zero 2 W.
20+
21+
* New features
22+
* Support the Raspberry Pi Zero 2 W
23+
24+
* Updated dependencies
25+
* [nerves_system_br v1.17.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.17.3)
26+
* [Erlang/OTP 24.1.4](https://erlang.org/download/OTP-24.1.4.README).
27+
* Linux 5.10.76 with Raspberry Pi patches
28+
329
## v1.17.1
430

531
This is a security/bug fix patch release. It should be safe to update for

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.1
1+
1.17.2

0 commit comments

Comments
 (0)