Subject: CVS commit: pkgsrc/filesystems/fuse-ntfs-3g
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 08/15/2007 13:53:57
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Wed Aug 15 13:53:57 UTC 2007

Modified Files:
	pkgsrc/filesystems/fuse-ntfs-3g: Makefile distinfo

Log Message:
Update to 1.810:

* 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 on if umask, fmask and dmask was
	set to the default 000 value.
* change: manual update, added Windows filename compatibility section
* change: lots of logging improvements


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/filesystems/fuse-ntfs-3g/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/filesystems/fuse-ntfs-3g/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.