File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
22
name = " x86_64"
23
23
readme = " README.md"
24
24
repository = " https://github.com/rust-osdev/x86_64"
25
- version = " 0.14.6 "
25
+ version = " 0.14.7 "
26
26
edition = " 2018"
27
27
28
28
[dependencies ]
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.14.7 – 2021-12-18
4
+
5
+ - fix: build error on the latest nightly ([ #329 ] ( https://github.com/rust-osdev/x86_64/pull/329 ) )
6
+ - add ` set_general_handler ` macro ([ #285 ] ( https://github.com/rust-osdev/x86_64/pull/285 ) )
7
+ - Derive common traits for number, range and enum types ([ #315 ] ( https://github.com/rust-osdev/x86_64/pull/315 ) )
8
+ - Add the VMM Communication Exception (` #VC ` ) to the ` InterruptDescriptorTable ` ([ #313 ] ( https://github.com/rust-osdev/x86_64/pull/313 ) )
9
+ - fix: enable manipulation of ` InterruptStackFrame ` ([ #312 ] ( https://github.com/rust-osdev/x86_64/pull/312 ) )
10
+ - fix docs for ` page_table_index ` ([ #318 ] ( https://github.com/rust-osdev/x86_64/pull/318 ) )
11
+ - Remove redundant alignment check ([ #314 ] ( https://github.com/rust-osdev/x86_64/pull/314 ) )
12
+ - fix(idt): fix panic messages for ` index ` and ` #VC ` ([ #321 ] ( https://github.com/rust-osdev/x86_64/pull/321 ) )
13
+ - remove ` const_assert! ` in favor of std's ` assert! ` ([ #326 ] ( https://github.com/rust-osdev/x86_64/pull/326 ) )
14
+ - Move bootloader integration test to separate CI job ([ #330 ] ( https://github.com/rust-osdev/x86_64/pull/330 ) )
15
+
3
16
# 0.14.6 – 2021-09-20
4
17
5
18
- New ` registers::segmentation ` module ([ #309 ] ( https://github.com/rust-osdev/x86_64/pull/309 ) ), containing:
You can’t perform that action at this time.
0 commit comments