8000 release v0.11.9 by Freax13 · Pull Request #479 · rust-osdev/bootloader · GitHub
[go: up one dir, main page]

Skip to content
10000

release v0.11.9 #479

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

Merged
merged 2 commits into from
Nov 30, 2024
Merged
Changes from 1 commit
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
Next Next commit
update changelog
  • Loading branch information
Freax13 committed Nov 30, 2024
commit 9fd392d9b92f1106a4e2697c4112f41523783cb8
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Unreleased

# 0.11.9 – 2024-11-30

This release is compatible with Rust nightlies starting with `nightly-2024-11-23`.

* [copy more PML4 entries](https://github.com/rust-osdev/bootloader/pull/466)
* [Convert LF to CRLF when writing to serial port](https://github.com/rust-osdev/bootloader/pull/474)
* [Update x86_64 & fix build on latest nightly](https://github.com/rust-osdev/bootloader/pull/478)

**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.8...v0.11.9

# 0.11.8 – 2024-11-02

* [avoid 32-bit relocation to __BOOTLOADER_CONFIG](https://github.com/rust-osdev/bootloader/pull/428)
Expand Down
0