Skip to content

Commit 56c949b

Browse files
authored
Merge pull request #437 from Freax13/release/0.14.11
Release v0.14.11
2 parents 8f0c4c0 + 6d4cd4f commit 56c949b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515
name = "x86_64"
1616
readme = "README.md"
1717
repository = "https://github.com/rust-osdev/x86_64"
18-
version = "0.14.10"
18+
version = "0.14.11"
1919
edition = "2018"
2020
rust-version = "1.57" # Needed to support panic! in const fns
2121

Changelog.md

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

3+
# 0.14.11 – 2022-09-15
4+
5+
## New Features
6+
7+
- [Add missing IDT entries #CP and #HV`](https://github.com/rust-osdev/x86_64/pull/387)
8+
- [Adding next_higher_level to PageLevelIndex](https://github.com/rust-osdev/x86_64/pull/400)
9+
- [Adding `is_empty` to PageTable](https://github.com/rust-osdev/x86_64/pull/399)
10+
- [Add `Descriptor::tss_segment_unchecked`](https://github.com/rust-osdev/x86_64/pull/428)
11+
- [Add the `iretq` function to the `InterruptStackFrameValue` struct.](https://github.com/rust-osdev/x86_64/pull/431)
12+
- [add `flush_broadcast` and `tlbsync` functions](https://github.com/rust-osdev/x86_64/pull/403)
13+
14+
## Fixes
15+
16+
- [Change Star::write() to use checked subtractions](https://github.com/rust-osdev/x86_64/pull/422)
17+
- [add workaround for recursive page tables with recursive index 511](https://github.com/rust-osdev/x86_64/pull/425)
18+
- [Fix off-by-one in documentation](https://github.com/rust-osdev/x86_64/pull/427)
19+
- [Fix misc doc typos](https://github.com/rust-osdev/x86_64/pull/432)
20+
- [add compiler fences to enable and disable](https://github.com/rust-osdev/x86_64/pull/436)
21+
22+
## Other Improvements
23+
24+
- [set repr to transparent for various types](https://github.com/rust-osdev/x86_64/pull/402)
25+
- [Remove unused `doc_cfg` feature](https://github.com/rust-osdev/x86_64/pull/408)
26+
- [Enable `doc_auto_cfg` on `docs.rs` builds](https://github.com/rust-osdev/x86_64/pull/407)
27+
- [Add Descriptor::dpl const method and use it in GDT construction](https://github.com/rust-osdev/x86_64/pull/410)
28+
- [Bump bitflags to 2.3.2](https://github.com/rust-osdev/x86_64/pull/426)
29+
- [Add `inline` attribute to segment functions](https://github.com/rust-osdev/x86_64/pull/430)
30+
31+
332
# 0.14.10 – 2022-07-10
433

534
## New Features

0 commit comments

Comments
 (0)