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