File tree 2 files changed +30
-1
lines changed
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"
15
15
name = " x86_64"
16
16
readme = " README.md"
17
17
repository = " https://github.com/rust-osdev/x86_64"
18
- version = " 0.14.10 "
18
+ version = " 0.14.11 "
19
19
edition = " 2018"
20
20
rust-version = " 1.57" # Needed to support panic! in const fns
21
21
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
32
# 0.14.10 – 2022-07-10
4
33
5
34
## New Features
You can’t perform that action at this time.
0 commit comments