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