Version | Date | Description |
---|---|---|
0.6.5 | 2014-08-21 | Feature and Bugfix Release |
0.6.4 | 2013-09-15 | Bugfix Release |
0.6.3 | 2013-06-19 | Bugfix Release |
0.6.2 | 2013-03-05 | Bugfix Release |
0.6.1 | 2013-01-24 | Bugfix Release |
0.6 | 2010-11-17 | Feature and Bugfix Release |
0.5.1 | 2010-10-14 | Bugfix Release |
0.5.0 | 2010-07-31 | First Release |
0.5.0-rc2 | 2010-05-10 | Bugfixes |
0.5.0-rc1 | 2010-04-22 | First Version |
Type | Changes | By |
---|---|---|
fix leak when unlinking an entry from a directory | trem | |
don't generate LFN entries for 8.3 names | trem |
Type | Changes | By |
---|---|---|
fixed unit tests depending on dosfsck when the binary is not available | trem | |
fixed off-by-one error when seeking in files | trem |
Type | Changes | By |
---|---|---|
fixed not being able to read volumes freshly formatted by Windows 7, because we expected the free cluster count from the FS info sector to match the actual value (it does not have to) | trem | |
fixed SuperFloppyFormatter? suggesting FAT16 for devices around 4 MiB size, which is in fact too small for FAT16 | trem |
Type | Changes | By |
---|---|---|
fixed a possible NPE when setting the volume label | trem | |
fixed problems generating canonical file names when no LFN entries are present | trem |
Type | Changes | By |
---|---|---|
fixed the boot sector copy for FAT32 filesystems being invalid | trem | |
fixed clipping cluster numbers to 16 bits when using FAT32 | trem |
Type | Changes | By |
---|---|---|
the FAT archive, hidden, read-only and system attributes are now accessible through the FatLfnDirectoryEntry class | trem | |
the restrictions for "unique" file names as required by the FAT specs are honored | trem | |
it is possible to efficiently rename or move files and directories without doing a copy/delete cycle | trem |
Type | Changes | By |
---|---|---|
no changes since rc2 | trem | |
first version available through the Maven Central repository | trem |
Type | Changes | By |
---|---|---|
rather big cleanup for the boot sector generation, which is no longer based on a blueprint which gets the correct values patched in but rather generated from scratch | trem | |
fixed handling of the "." and ".." entries | trem |
Type | Changes | By |
---|---|---|
first released version capable of reading and writing FAT 12/16/32 file systems (to some extent...) | trem |