Changes between Version 49 and Version 50 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-07T15:55:40Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v49 v50 45 45 46 46 * Added `libvirtio` to aid writing VIRTIO device drivers. 47 * FIXME: Async framework improvements47 * The async framework API has been streamlined and the the abstraction no longer leaks the internals of the low-level IPC mechanism. The async framework server calls no longer require the call capability handle and the pointer to the IPC call structure serves as an universal identifier of the given IPC call on the server side. 48 48 * Improved ISO C comformance 49 49 * FIXME: C++14 Runtime support