File Release Notes and Changelog
Release Name: 1.2.0
Notes:
A complete rework of the filesystem backend. File system support is now split off in modules, making it easier to add new filesystems to the second stage bootloader.
The ufs filesystem rework to this new format has not been tested. It should work. File listing support was added to isofs and romfs.
Changes:
- Rework of the filesystem backend, making it easier to
support for new filesystems.
- Rewrite of ROMFS coptfrom routine making it more reliable.
- ISOFS and ROMFS now support ls and tab-completion
- Tab completion now works in the middle of a line (e.g. ls
/foo<tab> now works)
- Reworked Rock Ridge support, should be more robust now