File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515name = " x86_64"
1616readme = " README.md"
1717repository = " https://github.com/rust-osdev/x86_64"
18- version = " 0.14.10 "
18+ version = " 0.14.11 "
1919edition = " 2018"
2020rust-version = " 1.57" # Needed to support panic! in const fns
2121
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments