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