]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - ChangeLog
Add debian/patches/honor-cppflags - scons should use exported CPPFLAGS.
[sven/exfat-utils.git] / ChangeLog
1 0.9.7 (2012-03-08)
2
3 * Out-of-the-box FreeBSD support (via ublio library).
4 * Fixed "missing EOD entry" error (could happen while reading directory that
5 consists of several clusters).
6 * Fixed interpretation of minutes field in files timestamps (minutes could be
7 displayed incorrectly).
8 * Fixed mtime seconds field initialization for newly created file (mtime could
9 be 1 sec less than creation time).
10 * SConscript now respects CC, CCFLAGS and LDFLAGS environment variables.
11
12 0.9.6 (2012-01-14)
13
14 * Fixed write performance regression introduced in 0.9.4.
15 * Mount in read-only mode if the device is write-protected.
16 * Set ctime to mtime to ensure we don't break programs that rely on ctime
17 (e.g. rsync considered that all files are outdated) [Eldad Zack].
18 * Indicate that FS in not clean when it was not cleanly unmounted.
19 * Utilities are now compatible with GNU/Hurd.
20 * Fixed several memory leaks that could occur on error handling paths.
21 * Improved handling of corrupted file systems.
22
23 0.9.5 (2011-05-15)
24
25 * Fixed erasing of the root directory cluster when creating a new FS with
26 mkexfatfs. This bug could cause mkexfatfs to produce invalid FS.
27 * Utilities are not linked with libfuse anymore.
28 * Ensure that the path being opened is either a device or a regular file.
29
30 0.9.4 (2011-03-05)
31
32 * Introduced exfat-utils: dumpexfat, exfatfsck, mkexfatfs, exfatlabel.
33 * Fixed "Invalid argument" error while mounting a volume from a disk with sector size greater than 512 bytes.
34 * Wait for all data to be flushed to disk on unmount.
35 * Kernel cache is no longer flushed on open. This can slightly improve read performance by avoiding extra read requests from kernel to user-space.
36 * Allow to unmount volumes as user (fusermount -u) if they were mounted from the very same user [Tino Lange].
37 * Errors and warnings are now duplicated to syslog.
38
39 0.9.3 (2010-09-25)
40
41 * Directories now can shrink.
42 * Improved timestamps resolution from 2 sec to 1 sec.
43 * Fixed timestamps displaying under Mac OS X when compiled for i386 or ppc.
44 * Fixed FS size displaying for non-GNU systems.
45
46 0.9.2 (2010-07-24)
47
48 * Fixed a bug which could cause the whole directory to become unreadable after renaming a file in it.
49 * Support for Solaris and various *BSD [Albert Lee].
50 * Improved error handling on corrupted volumes.
51 * Improved allowed file name characters filter.
52 * Added man page.
53
54 0.9.1 (2010-06-12)
55
56 * Implemented automounting (util-linux-ng 2.18 or later is required).
57 * Fixed mounting when cluster bitmap is larger than expected.
58 * Fixed crash on statfs() when root directory contains error.
59 * Fixed bugs specific to big-endian machines.
60 * Other bugfixes.
61
62 0.9.0 (2010-03-21)
63
64 * Initial release.