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