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

v0.2.0 release #9

Merged
merged 1 commit into from
Jul 5, 2022
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ follows:
releases, and Linux kernel updates. They're also made to fix bugs and add
features to the build infrastructure.

## v0.2.0

This release updates the Linux kernel to 5.18 in the hopes of fixing some Linux
kernel flakiness.

U-Boot has changed enough that I don't believe that a v0.1.1 image is
upgradable. Please rewrite your MicroSD image.

* Updates
* Linux 5.18-rc4 (smauel's wip-d1 Linux branch)
* Switch to the Nezha device tree since upstream updates have fixed the
warnings that caused me to create a custom dts.
* Enable earlycon for earlier logging from Linux

## v0.1.1

The release fixes some issues that made v0.1.0 hard to use. The flaky MMC boot
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0