
This file contains the major visible changes. Please see the ChangeLog 
file for more details.

2006/09/20:

	-  fix: file creation at disk-full may lead to i/o errors
	-  fix: statistic of inodes and free inodes was incorrect (df -i)
	-  fix: the 'umask' option wasn't always parsed as an octal number
	-  fix: "too long filename" handling wasn't posix compliant
	-  fix: mount failed if $MFTMirr had unused garbage at the file end

2006/09/10:

	-  fix: rename was always denied if the target file or directory existed
	-  fix: renaming like 'foo' -> 'FOO' was denied in the WIN32 namespace
	-  fix: fuse kernel module is automatically loaded, no need for config
	-  fix: verbose mount error messages with hints for solutions
	-  fix: compilation failed with gcc 2.96
	-  change: top request: full read-write access to everybody by default
	-  change: file lookups are always case-sensitive

2006/08/22:

	-  fix: case-insensitive directory rename to itself failed
	-  fix: some regular files weren't accessible on Linux
	-  fix: files created on Linux may not had enough permissions on Windows

2006/08/11:

	-  fix: directory couldn't be renamed if it had both WIN32 and DOS name
	-  fix: collision with ntfsprogs header files

2006/08/03: 

	-  fix: improved large file write performance
	-  fix: better consistency if NTFS wasn't cleanly unmounted
	-  fix: write(2) may created holes
	-  fix: show mounted device names instead of /dev/fuse

2006/07/14: 

	- ntfs-3g beta is released

