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