Skip to content

Commit fb06094

Browse files
Serban Iorgaacatangiu
Serban Iorga
authored andcommitted
added missing entries in changelog
Signed-off-by: Serban Iorga <[email protected]>
1 parent a271d08 commit fb06094

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.20.0]
4+
5+
### Added
6+
7+
- Added support for GICv2.
48

59
### Fixed
610

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.
913
- 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.
1116
- Fixed #1375 - Change logger options type from Value to Vec<LogOption> to
1217
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%.
1830

1931
## [0.19.0]
2032

0 commit comments

Comments
 (0)