Changes between Version 24 and Version 25 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2017-04-09T11:38:45Z (7 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v24 v25  
    1919=== File Systems ===
    2020
     21  * All file system operations are relative to a specified node, client-side root
     22  * Mountpoints are no longer stored in the filesystem servers, but in VFS
     23  * Inbox mechanism for passing files from parent to a new child
     24  * Client-side I/O cursors (file positions)
     25  * Overhaul of the [wiki:FilesystemAPITutorial client interface]; all APIs begin with the vfs_ prefix and can be used after including vfs/vfs.h
     26  * Removal of some POSIX-ish headers and definitions
     27
    2128=== Networking ===
    2229