Version 0.20061031-BETA:
Changelog:
- Fix: unmount was asynchronous; full fix requires FUSE 2.6.0 as well.
- Fix: mount was denied if $MFTMirr was too small.
- Fix: option parsing was incorrect if there was no space between name & argument.
- Change: new software versioning.
Version 2006.09.20:
Changelog:
- 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 was denied if $MFTMirr had unused garbage at the file end.
Version 2006.09.10:
Changelog:
- 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.
Version 2006.08.22:
Changelog:
- Fix: case-insensitive directory rename to itself may failed.
- Fix: some regular files weren’t accessible on Linux.
- Fix: files created on Linux may not had enough permissions on Windows.
Version 2006.08.11:
Changelog:
- Fix: directory couldn’t be renamed if it had both WIN32 and DOS name.
- Fix: collision with ntfsprogs header files.
Version 2006.08.03:
Changelog:
- 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.
Version 2006.07.14:
Changelog:
- First NTFS-3G BETA release.