Skip to content
Merged
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
16 changes: 16 additions & 0 deletions release-notes/rn_v95.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- [Bug Fixes](#bug-fixes-1)
- [Testing](#testing-1)
- [General Updates](#general-updates)
- [v95.1](#v951)
- [v95](#v95)
- [Deprecation list](#deprecation-list)
- [Plans for the Future](#plans-for-the-future)
- [Known Issues](#known-issues)
Expand Down Expand Up @@ -119,6 +121,20 @@

## General Updates

### v95.1

Check failure on line 124 in release-notes/rn_v95.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Header-cap] 'v95.1': Use APA title case: https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case Raw Output: {"message": "[Fio-docs.Header-cap] 'v95.1': Use APA title case: https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case", "location": {"path": "release-notes/rn_v95.md", "range": {"start": {"line": 124, "column": 5}}}, "severity": "ERROR"}

> - Fix the `linux-firmware` installation for the `intel-corei7-64` machine.
> Instead of installing all the files from package `linux-firmware`, install
> only the sub-packages, reducing the size of the image
> - Reduce the kernel and modules size by building it without the
> CONFIG_DEBUG_INFO, consequently reducing the image size.
> - Fix the `raspberrypi3-64` kernel configuration file allowing the boot to
> complete
> - intel-microcode: upgrade 20250211 -> 20250512
> - `raspberrypi3-64` support will be deprecated in **v96**

### v95

Check failure on line 136 in release-notes/rn_v95.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Fio-docs.Header-cap] 'v95': Use APA title case: https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case Raw Output: {"message": "[Fio-docs.Header-cap] 'v95': Use APA title case: https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case", "location": {"path": "release-notes/rn_v95.md", "range": {"start": {"line": 136, "column": 5}}}, "severity": "ERROR"}

> - Yocto Project
> - LMP release based on the OE/Yocto 5.0.9 **Scarthgap** release
> - **BitBake** updated to the 2.8.8 release
Expand Down
Loading