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