]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blob - ChangeLog
Update upstream source from tag 'upstream/1.4.0'
[sven/fuse-exfat.git] / ChangeLog
1 1.4.0 (2023-03-02)
2
3 * Added exfatattrib utility which prints or changes file attributes [Will
4 Thompson].
5 * Added FUSE 3 support. FUSE 2 continues to be supported.
6 * Added support for timezone offsets [Nathan Hunsperger].
7 * Fixed device opening error being reported as FS error.
8 * Fixed possible data leakage when uninitialized clusters were allocated using
9 NtSetInformationFile() call under Windows and FS was not unmounted correctly.
10 * Improved compatibility with autoconf 2.70.
11 * Fixed disk size reading on NetBSD [Dave Vasilevsky].
12 * Fixed "automounted" option handling on FreeBSD [Iouri V. Ivliev].
13 * Allowed to specify the "nonempty" mount option.
14 * Fixed file data contiguity handling bug which could cause performance
15 degradation [noctis].
16 * Fixed possible crashes on invalid UTF-8 sequences.
17 * Fixed a situation when FS could be erroneously marked as dirty (not cleanly
18 unmounted).
19
20 1.3.0 (2018-09-15)
21
22 * exfatfsck can now repair some errors.
23 * Added experimental Android support for exfat-utils [liminghao, LongPingWEI,
24 Pablo Mendez Hernandez, Pierre-Hugues Husson].
25 * Cleaned up FUSE code preparing for FUSE 3 support.
26 * Removed OpenBSD support as it does not handle -o option in fuse_main().
27 * Re-introduced FreeBSD support [Oleksii Samorukov].
28 * Fixed DragonFly BSD support [Tomohiro Kusumi].
29 * dirent->d_type in now filled on readdir() [Mark Browning].
30
31 1.2.8 (2018-02-03)
32
33 * Fixed new files or directories creation in the root directory: ensure there
34 are no 0x00 entries before valid ones; otherwise Windows can corrupt them.
35 * Fixed compilation on GNU/HURD platform.
36
37 1.2.7 (2017-06-05)
38
39 * Fixed handling of two last clusters: operations with files that occupy these
40 clusters could fail.
41 * Fixed crash when started with stdin, stdout or stderr closed.
42
43 1.2.6 (2017-01-28)
44
45 * Operations with directories (except initial listing) now make less
46 read/write system calls.
47 * Fixed handling of files with optional tail entries (0xe0-0xff): videoclip
48 files created by Sony cameras were missing.
49 * Write operations now correctly return ENOSPC (instead of EIO) when there is
50 no free disk space left.
51 * Fixed max file name length: it's 255 16-bit code units (not 256).
52
53 1.2.5 (2016-12-05)
54
55 * Added an option for dumpexfat to show file fragments [Daniel Drake].
56 * Fixed crash when directory starts with an invalid cluster.
57 * Daylight saving time in now properly reflected in file timestamps.
58
59 1.2.4 (2016-06-03)
60
61 * Fixed wrong files names hashes when upper case table is compressed.
62 * Man pages are now installed by default.
63 * Commas and backslashes in device names are now escaped.
64
65 1.2.3 (2015-12-19)
66
67 * Fixed clusters loss when file renaming replaces target.
68
69 1.2.2 (2015-11-09)
70
71 * Improved reliability in case of a sudden unplug: FS will be in a clean state
72 after closing all files and performing sync(1).
73 * Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms.
74 * Updated mount.exfat-fuse man page.
75
76 1.2.1 (2015-09-24)
77
78 * Fixed compatibility with Zalman VE-200: now newly created directories do not
79 have archive bit set.
80 * Fixed heap corruption: malformed FS can use invalid sector or cluster size.
81 * Fixed hang on mount: malformed FS can have cyclic references in the clusters
82 map.
83
84 1.2.0 (2015-08-26)
85
86 * Switched from SCons to autotools.
87 * Added musl libc support [Brendan Heading].
88 * Worked around "FS is larger than device" error for memory cards formatted by
89 Panasonic Lumix cameras.
90 * Worked around "unknown entry type 0xe1" error for memory cards formatted by
91 Sony cameras.
92
93 1.1.1 (2014-11-15)
94
95 * Fixed mkfs crash on some sectors-per-cluster (-s option) values.
96
97 1.1.0 (2014-07-08)
98
99 * Relicensed the project from GPLv3+ to GPLv2+.
100 * OpenBSD support [Helg Bredow].
101 * Improved I/O errors handling.
102 * Implemented fsync() and fsyncdir().
103 * Fixed crash on Mac OS X 10.5 caused by non-standard use of realpath(). Also
104 fixed TrueCrypt disks unmounting.
105 * Avoid extra erase on writes to the end of a file. This should improve linear
106 write speed.
107 * Allow arbitrary changing of lower 9 bits of mode. Allow owner/group changing
108 to the same owner/group. This fixes rsync.
109 * Fixed buffers overflows when handling lengthy file names.
110 * Fixed "real size does not equal to size" error on volumes with pagefile.sys.
111 * Fixed negative IUsed in "df -i" output.
112
113 1.0.1 (2013-02-02)
114
115 * Fixed unexpected removal of a directory if it is moved into itself.
116 * Fixed "Operation not permitted" error on reading an empty file.
117
118 1.0.0 (2013-01-19)
119
120 * Fixed crash when renaming a file within a single directory and a new name
121 differs only in case.
122 * Fixed clusters allocation: a cluster beyond valid clusters range could be
123 allocated.
124 * Fixed crash when a volume is unmounted while some files are open.
125 * SConscript now respects AR and RANLIB environment variables.
126 * Improved error handling.
127
128 Linux:
129
130 * Enabled big_writes. This improves write speed (larger block size means less
131 switches between kernel- and user-space).
132 * Do BLKROGET ioctl to make sure the device is not read-only: after
133 "blockdev --setro" kernel still allows to open the device in read-write mode
134 but fails writes.
135
136 OS X:
137
138 * Fixed OS X 10.8 support.
139 * Switched to 64-bit inode numbers (now Mac OS X 10.5 or later is required).
140 * Switched from unmaintained MacFUSE to OSXFUSE (http://osxfuse.github.com).
141 * Fixed device size detection. Now mkfs works.
142 * Workarounded some utilities failures due to missing chmod() support.
143 * Disabled (senseless) permission checks made by FUSE.
144
145 0.9.8 (2012-08-09)
146
147 * The mkfs utility can now create huge file systems (up to several exabytes).
148 * Fixed handling of characters beyond Basic Multilingual Plane.
149 * Echo messages to syslog only if stderr is not connected to a terminal.
150
151 0.9.7 (2012-03-08)
152
153 * Out-of-the-box FreeBSD support (via ublio library).
154 * Fixed "missing EOD entry" error (could happen while reading directory that
155 consists of several clusters).
156 * Fixed interpretation of minutes field in files timestamps (minutes could be
157 displayed incorrectly).
158 * Fixed mtime seconds field initialization for newly created file (mtime could
159 be 1 sec less than creation time).
160 * SConscript now respects CC, CCFLAGS and LDFLAGS environment variables.
161
162 0.9.6 (2012-01-14)
163
164 * Fixed write performance regression introduced in 0.9.4.
165 * Mount in read-only mode if the device is write-protected.
166 * Set ctime to mtime to ensure we don't break programs that rely on ctime
167 (e.g. rsync considered that all files are outdated) [Eldad Zack].
168 * Indicate that FS in not clean when it was not cleanly unmounted.
169 * Utilities are now compatible with GNU/Hurd.
170 * Fixed several memory leaks that could occur on error handling paths.
171 * Improved handling of corrupted file systems.
172
173 0.9.5 (2011-05-15)
174
175 * Fixed erasing of the root directory cluster when creating a new FS with
176 mkexfatfs. This bug could cause mkexfatfs to produce invalid FS.
177 * Utilities are not linked with libfuse anymore.
178 * Ensure that the path being opened is either a device or a regular file.
179
180 0.9.4 (2011-03-05)
181
182 * Introduced exfat-utils: dumpexfat, exfatfsck, mkexfatfs, exfatlabel.
183 * Fixed "Invalid argument" error while mounting a volume from a disk with sector size greater than 512 bytes.
184 * Wait for all data to be flushed to disk on unmount.
185 * Kernel cache is no longer flushed on open. This can slightly improve read performance by avoiding extra read requests from kernel to user-space.
186 * Allow to unmount volumes as user (fusermount -u) if they were mounted from the very same user [Tino Lange].
187 * Errors and warnings are now duplicated to syslog.
188
189 0.9.3 (2010-09-25)
190
191 * Directories now can shrink.
192 * Improved timestamps resolution from 2 sec to 1 sec.
193 * Fixed timestamps displaying under Mac OS X when compiled for i386 or ppc.
194 * Fixed FS size displaying for non-GNU systems.
195
196 0.9.2 (2010-07-24)
197
198 * Fixed a bug which could cause the whole directory to become unreadable after renaming a file in it.
199 * Support for Solaris and various *BSD [Albert Lee].
200 * Improved error handling on corrupted volumes.
201 * Improved allowed file name characters filter.
202 * Added man page.
203
204 0.9.1 (2010-06-12)
205
206 * Implemented automounting (util-linux-ng 2.18 or later is required).
207 * Fixed mounting when cluster bitmap is larger than expected.
208 * Fixed crash on statfs() when root directory contains error.
209 * Fixed bugs specific to big-endian machines.
210 * Other bugfixes.
211
212 0.9.0 (2010-03-21)
213
214 * Initial release.