1exfatprogs 1.1.1 - released 2021-04-21 2====================================== 3 4CHANGES : 5 * mkfs.exfat: adjust the boundary alignment calculations to compensate 6 for the volume offset. 7 8NEW FEATURES : 9 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation 10 bitmap to allow the FAT and the bitmap to share the same allocation 11 unit on flash media. 12 13BUG FIXES : 14 * Fix wrong bit operations on 64-bit big. 15 * Fix memory leaks in error paths. 16 17exfatprogs 1.1.0 - released 2021-02-09 18====================================== 19 20CHANGES : 21 * fsck.exfat: recover corrupted boot region. 22 23NEW FEATURES : 24 * exfatlabel: Print or Set volume label and serial. 25 * dump.exfat: Show the on-disk metadata information and the statistics. 26 27BUG FIXES : 28 * set _FILE_OFFSET_BITS=64 for Android build. 29 30exfatprogs 1.0.4 - released 2020-07-31 31====================================== 32 33CHANGES : 34 * fsck.exfat: display sector, cluster, and volume sizes in the human 35 readable format. 36 * fsck.exfat: reduce the elapsed time using read-ahead. 37 38NEW FEATURES : 39 * mkfs.exfat: generate pseudo unique serials while creating filesystems. 40 * mkfs.exfat: add the "-b" option to align the start offset of FAT and 41 data clusters. 42 * fsck.exfat: repair zero-byte files which have the NoFatChain attribute. 43 44BUG FIXES : 45 * Fix memory leaks on error handling paths. 46 * fsck.exfat: fix the bug that cannot access space beyond 2TB. 47 48exfatprogs 1.0.3 - released 2020-05-12 49====================================== 50 51CHANGES : 52 * Rename label.exfat to tune.exfat. 53 * tune.exfat: change argument style(-l option for print level, 54 -L option for setting label) 55 * mkfs.exfat: harmonize set volume label option with tune.exfat. 56 57NEW FEATURES : 58 * Add man page. 59 60BUG FIXES : 61 * Fix the reported build warnings/errors. 62 * Add memset to clean garbage in allocation. 63 * Fix wrong volume label array size. 64 * Open a device using O_EXCL to avoid formatting it while it is mounted. 65 * Fix incomplete "make dist" generated tarball. 66 67 68exfatprogs 1.0.2 - released 2020-04-23 69====================================== 70 71CHANGES : 72 * Rename project name to exfatprogs. 73 * Replace iconv library by standard C functions mbstowcs() and wcrtomb(). 74 75NEW FEATURES : 76 * Add support for Android build system. 77 * label.exfat: Add support for label.exfat to set/get exfat volume label. 78 79BUG FIXES : 80 * Fix the build warnings/errors and add warning options. 81 * Fix several bugs(memory leak, wrong endian conversion, zero out beyond 82 end of file) and cleanup codes 83 * Fix issues on big endian system and on 32bit system. 84 85 86exfatprogs 1.0.1 - released 2020-04-09 87====================================== 88 89NEW FEATURES : 90 * mkfs.exfat: quick/full format support 91 * mkfs.exfat: specify cluster size 92 * mkfs.exfat: set volume label 93 * fsck.exfat: consistency check support 94