Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Freax13 merged 2 commits into main from release/0.11.9
Nov 30, 2024
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
20 changes: 10 additions & 10 deletions Cargo.lock
View file Open in desktop

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = ["examples/basic", "examples/test_framework"]

[workspace.package]
# don't forget to update `workspace.dependencies` below
version = "0.11.8"
version = "0.11.9"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-osdev/bootloader"

Expand Down
10 changes: 10 additions & 0 deletions Changelog.md
View file Open in desktop
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
Loading

AltStyle によって変換されたページ (->オリジナル) /