Changes between Version 43 and Version 44 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-06T10:47:10Z (6 years ago)
Author:
Jakub Jermář
Comment:

Added TODOs to the release notes

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v43 v44  
    1414  * Integrate support for C-style checker into build system
    1515  * Basic build tests executed with each commit via Travis CI
     16  * Undefined behavior sanitizer
    1617
    1718=== Kernel ===
     
    2425=== Services and Drivers ===
    2526
    26   * USB stack overhaul bringing support for USB 3.x
     27  * TODO: USB stack overhaul bringing support for USB 3.x and XHCI
    2728  * Unify all the different character device interfaces
    2829  * Move ADB keyboard and mouse support into separate drivers
    2930  * Finish DDF conversions of ski, sun4u and msim console drivers
    30   * NIC driver for virtio-net
     31  * NIC driver for virtio-net, enable with `tools/ew.py -net virtio-net`
     32  * TODO: Volume management improvements
     33  * Generalized the ns8250 driver to work with more chips
    3134
    3235=== File Systems ===
     36
     37  * TMPFS is now populated from a TAR archive when used as a root file system.
    3338
    3439=== Networking ===
     
    3742
    3843  * Fix text editor screen being broken when editing files with long names
    39   * Continued work on making third-party application ports as painless as possible
    4044
    4145=== Libraries ===
    4246
     47  * Added `libvirtio` to aid writing VIRTIO device drivers.
     48  * TODO: Async framework improvements
     49  * Improved ISO C comformance
     50  * TODO: C++14 Runtime support
     51  * TODO: non-negative errno
     52
    4353=== Miscellaneous ===
     54
     55  * TODO: ELF loading changes
    4456
    4557== Regressions in This Release ==