File tree 1 file changed +21
-9
lines changed 1 file changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased]
3
+ ## [ 0.20.0]
4
+
5
+ ### Added
6
+
7
+ - Added support for GICv2.
4
8
5
9
### Fixed
6
10
7
- - Fixed a logical error in bounds checking performed on vsock virtio
8
- descriptors ( CVE- 2019 -18960) .
11
+ - Fixed CVE- 2019 -18960 - Fixed a logical error in bounds checking performed
12
+ on vsock virtio descriptors .
9
13
- Fixed #1283 - Can't start a VM in AARCH64 with vcpus number more than 16.
10
- - The backtrace are printed on ` panic ` , no longer causing a seccomp fault.
14
+ - Fixed #1088 - The backtrace are printed on ` panic ` , no longer causing a
15
+ seccomp fault.
11
16
- Fixed #1375 - Change logger options type from Value to Vec<LogOption > to
12
17
prevent potential unwrap on None panics.
13
- - Raise interrupt for TX queue used descriptors - Github issue #1436
14
- - Fixed a bug that causes 100% cpu load when the net device rx is throttled
15
- by the ratelimiter - Github issue #1439
16
- - Invalid fields in rate limiter related API requests are now failing with
17
- a proper error message.
18
+ - Fixed #1436 - Raise interrupt for TX queue used descriptors
19
+ - Fixed #1439 - Prevent achieving 100% cpu load when the net device rx is
20
+ throttled by the ratelimiter
21
+ - Fixed #1437 - Invalid fields in rate limiter related API requests are
22
+ now failing with a proper error message.
23
+ - Fixed #1316 - correctly determine the size of a virtio device backed
24
+ by a block device.
25
+ - Fixed #1383 - Log failed api requests.
26
+
27
+ ### Changed
28
+
29
+ - Decreased release binary size by 10%.
18
30
19
31
## [ 0.19.0]
20
32
You can’t perform that action at this time.
0 commit comments