Releases: lclevy/ADFlib
Releases · lclevy/ADFlib
v0.9.0
Main changes:
- improved write support (block allocation bitmap checking and rebuilding)
- new unified api for all devices, allowing to implement new device drivers in client code
- possibility to enable/disable device drivers
- added a new device: ramdisk
- improved and better tested salvage code (still experimental!)
- cleaned-up and improved library API (ie. separated namespace)
- added new command-line utilities:
adf_bitmap
,adf_salvage
- many bugfixes and internal improvements
- dual license (GPL-2+ or LGPL2.1+)
v0.8.0
Main changes:
- full file read and write support
- added support for hard- and soft links
- added Linux native devices
- updated and improved
unadf
- added new command-line utilities:
adf_floppy_create
,adf_floppy_format
,adf_show_metadata
- numerous bugfixes and improvements
- more extensive testing
- added configuration to build with CMake (ie. to facilitate building for Windows)
- added (unofficial) Debian and Ubuntu packaging