]> git.sven.stormbind.net Git - sven/exfatprogs.git/blob - NEWS
Add CVE ID to debian changelog
[sven/exfatprogs.git] / NEWS
1 exfatprogs 1.2.2 - released 2023-10-26
2 ======================================
3
4 CHANGES :
5  * exfat2img: Allow dumps for read-only devices.
6  * fsck.exfat: Revert Repairing zero size directory.
7
8 NEW FEATURES :
9  * fsck.exfat: Repair duplicated filename.
10  * mkfs.exfat: Add the option "q" to print only error messages.
11  * mkfs.exfat: Add the option "U" to set volume GUID.
12  * tune.exfat: Add the option "U" / "-u" to set or print volume GUID.
13
14 BUG FIXES:
15  * fsck.exfat: Fix some out-of-bounds memory accesses.
16  * fsck.exfat: Change not to delete volume GUID directory entry.
17
18 exfatprogs 1.2.1 - released 2023-05-17
19 ======================================
20
21 CHANGES :
22  * fsck.exfat: Repair zero size directory.
23  * fsck.exfat: Four small clean-ups.
24
25 exfatprogs 1.2.0 - released 2022-10-28
26 ======================================
27
28 CHANGES :
29  * fsck.exfat: Keep traveling files even if there is a corrupted
30 directory entry set.
31  * fsck.exfat: Introduce the option "b" to recover a boot sector even
32 if an exFAT filesystem is not found.
33  * fsck.exfat: Introduce the option "s" to create files in
34 "/LOST+FOUND", which have clusters allocated but was not belonged to
35 any files.
36  * fsck.exfat: Rename '.' and '..' entry name to the one user want.
37
38 NEW FEATURES :
39  * fsck.exfat: Repair corruptions of an exFAT filesystem. Please refer
40 to fsck.exfat manpage to see what kind of corruptions can be repaired.
41  * exfat2img: Dump metadata of an exFAT filesystem. Please refer to
42 exfat2img manpage to see how to use it.
43
44 BUG FIXES:
45  * fsck.exfat: Fix an infinite loop while traveling files.
46  * tune.exfat: Fix bitmap entry corruption when adding new volume lablel.
47
48 exfatprogs 1.1.3 - released 2021-11-11
49 ======================================
50
51 CHANGES :
52  * mkfs.exfat: ensure that the cluster size is greater than or
53    equal than the sector size.
54  * mkfs.exfat: replace lseek() + write() with pwrite().
55
56 BUG FIXES :
57  * mkfs.exfat: prevent an integer overflow when computing the FAT
58    length.
59  * fsck.exfat: fix a double free memory error.
60
61 exfatprogs 1.1.2 - released 2021-05-20
62 ======================================
63
64 CHANGES :
65  * mkfs.exfat: set 0x80 to DriveSelect of the boot sector
66
67 BUG FIXES :
68  * Fix issues on 4KB logical sector devices
69  * Fix issues when the sector size of of a file system is different from
70    that of a block device.
71
72 exfatprogs 1.1.1 - released 2021-04-21
73 ======================================
74
75 CHANGES :
76  * mkfs.exfat: adjust the boundary alignment calculations to compensate
77    for the volume offset.
78
79 NEW FEATURES :
80  * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation
81    bitmap to allow the FAT and the bitmap to share the same allocation
82    unit on flash media.
83
84 BUG FIXES :
85  * Fix wrong bit operations on 64-bit big.
86  * Fix memory leaks in error paths.
87
88 exfatprogs 1.1.0 - released 2021-02-09
89 ======================================
90
91 CHANGES :
92  * fsck.exfat: recover corrupted boot region.
93
94 NEW FEATURES :
95  * exfatlabel: Print or Set volume label and serial.
96  * dump.exfat: Show the on-disk metadata information and the statistics.
97
98 BUG FIXES :
99  * set _FILE_OFFSET_BITS=64 for Android build.
100
101 exfatprogs 1.0.4 - released 2020-07-31
102 ======================================
103
104 CHANGES :
105  * fsck.exfat: display sector, cluster, and volume sizes in the human
106    readable format.
107  * fsck.exfat: reduce the elapsed time using read-ahead.
108
109 NEW FEATURES :
110  * mkfs.exfat: generate pseudo unique serials while creating filesystems.
111  * mkfs.exfat: add the "-b" option to align the start offset of FAT and
112    data clusters.
113  * fsck.exfat: repair zero-byte files which have the NoFatChain attribute.
114
115 BUG FIXES :
116  * Fix memory leaks on error handling paths.
117  * fsck.exfat: fix the bug that cannot access space beyond 2TB.
118
119 exfatprogs 1.0.3 - released 2020-05-12
120 ======================================
121
122 CHANGES :
123  * Rename label.exfat to tune.exfat.
124  * tune.exfat: change argument style(-l option for print level,
125    -L option for setting label)
126  * mkfs.exfat: harmonize set volume label option with tune.exfat.
127
128 NEW FEATURES :
129  * Add man page.
130
131 BUG FIXES :
132  * Fix the reported build warnings/errors.
133  * Add memset to clean garbage in allocation.
134  * Fix wrong volume label array size.
135  * Open a device using O_EXCL to avoid formatting it while it is mounted.
136  * Fix incomplete "make dist" generated tarball.
137
138
139 exfatprogs 1.0.2 - released 2020-04-23
140 ======================================
141
142 CHANGES :
143  * Rename project name to exfatprogs.
144  * Replace iconv library by standard C functions mbstowcs() and wcrtomb().
145
146 NEW FEATURES :
147  * Add support for Android build system.
148  * label.exfat: Add support for label.exfat to set/get exfat volume label.
149
150 BUG FIXES :
151  * Fix the build warnings/errors and add warning options.
152  * Fix several bugs(memory leak, wrong endian conversion, zero out beyond
153    end of file) and cleanup codes
154  * Fix issues on big endian system and on 32bit system.
155
156
157 exfatprogs 1.0.1 - released 2020-04-09
158 ======================================
159
160 NEW FEATURES :
161  * mkfs.exfat: quick/full format support
162  * mkfs.exfat: specify cluster size
163  * mkfs.exfat: set volume label
164  * fsck.exfat: consistency check support