ntfs-3g-1.2129-1 Январь 30, 2008
A lot of changes. You should have a look at official project site to find them.
This is test rpm, I’ve changed some structures in spec file. Please report any finded bug to coments.
ntfs-3g-1.910.RC-1 Сентябрь 10, 2007
- change: significantly improved many files write performance, typically by 50-1000% (coping files, unpacking, untarring packages, …).
- change: improved the performance of writing multi-GB size files, especially after the creation of many thousands of other files. Previous disk space defragmentation is highly adviced for the best possible speed. File level defragmentation is not enough.
- change: improved concurrent write performance.
ntfs-3g-1.826-1 Август 28, 2007
- fix: utime() also updated the timestamp of the parent directory but it shouldn’t have.
- fix: ignore the “volume dirty” bit because its real meaning is “check the volume”. The fact of the real dirtiness is stored in the NTFS logfile which is already checked for.
- fix: compilation failed with glibc 2.7
- new: the –disable-library ‘configure’ option can be used not to install but link libntfs-3g into the ntfs-3g binary. This decreases the binary size by about 10-15% and increases performance by about 2-5%.
ntfs-3g-1.810-1 Август 14, 2007
Major changes in this release:
- fix: file rename may updated the modification time of some files which caused some backup tools, like rsync, not to preserve always this timestamp;
- fix: unmount (fusermount -u) was denied for an unprivileged user who was allowed to mount a block device. FUSE 2.7.0+ user space package is required for the full fix;
- fix: the driver could hang if there wasn’t enough memory during reading a large directory;
- fix: reading a directory may reported success when there was an error;
- fix: metadata update error was ignored in some very rare cases during writing a file;
- fix: permissions checking was turned …
ntfs-3g-1.710-1 for x86_64 for RHEL4 Август 2, 2007
64-х битная сборка.
fuse-2.6.3-3 for x86_64 RHEL4 kernel 2.6.9-55
64-х битная сборка.
ntfs-3g-1.710-1 Июль 10, 2007
Important release. The fixed bugs managed to hide until very recently and exist in all previous releases.
Major visible changes:
- fix: move, rename and hard link could return “input/output error”
- fix: very rare, recoverable directory corruption
- fix: more troubleshooting hints if a volume can’t be mounted
- fix: portability improvements
- fix: logging improvements
ntfs-3g-1.616-1 Июнь 24, 2007
Major visible changes since the last stable release:
- new: install executables to the root file system otherwise mount could fail during boot
- fix: any kind of file size change failure returned “Operation not permitted”
- fix: file close failure was not always reported
- fix: unmount failure was not always reported
- fix: file creation always gave “I/O error” if the $MFT Bitmap wasn’t up-to-date
- fix: converting very long file names to Unicode may failed
- fix: syslog messages didn’t show the low level error detail
- fix: compilation improvements on OS X and NetBSD
ntfs-3g-1.516-1 Май 20, 2007
fix: Linux security exploit if ntfs-3g was setuid and the FUSE kernel driver wasn’t loaded yet during mount
ntfs-3g-1.417-1 Апрель 18, 2007
Major visible changes since the last stable release:
- new: read-write mount is supported using the “force” mount option if the logfile is unclean
- new: libntfs-3g is versioned
- fix: default ownership of files weren’t always set to the mounting user
- fix: mount was denied if $MFTMirr had non-standard size
- fix: catch and deny all junction/reparse point write operations
- fix: multiply -o options weren’t allowed (FreeBSD’s mount(8) requires)
- fix: don’t try to run Linux specific code on non-Linux OSes
- fix: parsing of the first mount option could fail in the 1.411-RC test release
- fix: mount failed if the -v (verbose) command line option was passed by mount(8)