fat32-lib History

Release History

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

Release 0.6.5 - 2014-08-21

Type Changes By
fix fix leak when unlinking an entry from a directory trem
add don't generate LFN entries for 8.3 names trem

Release 0.6.4 - 2013-09-15

Type Changes By
fix fixed unit tests depending on dosfsck when the binary is not available trem
fix fixed off-by-one error when seeking in files trem

Release 0.6.3 - 2013-06-19

Type Changes By
fix 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
fix fixed SuperFloppyFormatter? suggesting FAT16 for devices around 4 MiB size, which is in fact too small for FAT16 trem

Release 0.6.2 - 2013-03-05

Type Changes By
fix fixed a possible NPE when setting the volume label trem
fix fixed problems generating canonical file names when no LFN entries are present trem

Release 0.6.1 - 2013-01-24

Type Changes By
fix fixed the boot sector copy for FAT32 filesystems being invalid trem
fix fixed clipping cluster numbers to 16 bits when using FAT32 trem

Release 0.6 - 2010-11-17

Type Changes By
add the FAT archive, hidden, read-only and system attributes are now accessible through the FatLfnDirectoryEntry class trem
fix the restrictions for "unique" file names as required by the FAT specs are honored trem
add it is possible to efficiently rename or move files and directories without doing a copy/delete cycle trem

Release 0.5.1 - 2010-10-14

Type Changes By
fix fixed a memory leak when deleting directories trem

Release 0.5.0 - 2010-07-31

Type Changes By
update no changes since rc2 trem
update first version available through the Maven Central repository trem

Release 0.5.0-rc2 - 2010-05-10

Type Changes By
update 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
fix fixed handling of the "." and ".." entries trem

Release 0.5.0-rc1 - 2010-04-22

Type Changes By
update first released version capable of reading and writing FAT 12/16/32 file systems (to some extent...) trem