Changes between Version 56 and Version 57 of ReleaseNotes/0.5.0


Ignore:
Timestamp:
2012-04-11T11:44:41Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Link to shell redirection section

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/0.5.0

    v56 v57  
    5757  * The FAT file system server now supports also FAT12 and FAT32 variants
    5858  * The FAT server now supports the LFN extension
    59   * Added initial support for the ISO 9660 file system
     59  * Added initial support for the ISO 9660 file system (no LFN)
    6060  * Added read / write support for MINIX file system
    6161  * VFS now supports multiple instances of the same file system via the `--instance` argument that can be passed to the `mount` command and the respective file system server.
     
    6767
    6868=== Applications ===
    69   * Shell syntax for input/output redirection
     69  * Shell syntax for [wiki:UsersGuide/Shell#IOredirection input/output redirection]
    7070  * Shell command/file name completion (using Tab key)
    7171  * Besides FAT16, `mkfat` can create FAT12 and FAT32 too