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

Commit b394598

Browse files
Merge pull request #426 from rust-osdev/release
Release `v0.11.7`
2 parents bc8c554 + 0f8493f commit b394598

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

‎Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ exclude = ["examples/basic", "examples/test_framework"]
3131

3232
[workspace.package]
3333
# don't forget to update `workspace.dependencies` below
34-
version = "0.11.6"
34+
version = "0.11.7"
3535
license = "MIT OR Apache-2.0"
3636
repository = "https://github.com/rust-osdev/bootloader"
3737

3838
[workspace.dependencies]
39-
bootloader_api = { version = "0.11.6", path = "api" }
40-
bootloader-x86_64-common = { version = "0.11.6", path = "common" }
41-
bootloader-boot-config = { version = "0.11.6", path = "common/config" }
42-
bootloader-x86_64-bios-common = { version = "0.11.6", path = "bios/common" }
39+
bootloader_api = { version = "0.11.7", path = "api" }
40+
bootloader-x86_64-common = { version = "0.11.7", path = "common" }
41+
bootloader-boot-config = { version = "0.11.7", path = "common/config" }
42+
bootloader-x86_64-bios-common = { version = "0.11.7", path = "bios/common" }
4343

4444
[features]
4545
default = ["bios", "uefi"]

‎Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
# 0.11.7 – 2024年02月16日
4+
5+
* Set `NO_EXECUTE` flag for all writable memory regions by @phil-opp in https://github.com/rust-osdev/bootloader/pull/409
6+
* adapt data layout to match LLVM's by @tsatke in https://github.com/rust-osdev/bootloader/pull/420
7+
8+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.6...v0.11.7
9+
310
# 0.11.6 – 2024年01月28日
411

512
* [Embed bios and uefi binaries](https://github.com/rust-osdev/bootloader/pull/395)

0 commit comments

Comments
(0)

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