Changes between Version 52 and Version 53 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-08T12:54:51Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v52 v53 33 33 * Support for explicit USB device removal 34 34 * USB tablet driver 35 * Unify all the different character device interfaces 36 * Move ADB keyboard and mouse support into separate drivers35 * Unify all the different character device interfaces accrued over the years and use only the one provided by `io/chardev.h` and `io/chardev_srv.h` 36 * Move ADB keyboard and mouse support from the input server into separate drivers 37 37 * Finish DDF conversions of ski, sun4u and msim console drivers 38 38 * NIC driver for virtio-net, enable with `tools/ew.py -net virtio-net` 39 * The `nic` command now works with the ne2k driver too .39 * The `nic` command now works with the ne2k driver too 40 40 * FIXME: Volume management improvements 41 41 42 42 === File Systems === 43 43 44 * TMPFS is now populated from a TAR archive when used as a root file system .44 * TMPFS is now populated from a TAR archive when used as a root file system 45 45 46 46 === Networking ===