Changes between Version 52 and Version 53 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-08T12:54:51Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v52 v53  
    3333    * Support for explicit USB device removal
    3434    * USB tablet driver
    35   * Unify all the different character device interfaces
    36   * Move ADB keyboard and mouse support into separate drivers
     35  * 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
    3737  * Finish DDF conversions of ski, sun4u and msim console drivers
    3838  * 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
    4040  * FIXME: Volume management improvements
    4141
    4242=== File Systems ===
    4343
    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
    4545
    4646=== Networking ===