From eb5c7cef8eb3c8ed235d3df969bcb611fd32e9e7 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 Nov 2015 17:45:22 +0000 Subject: Changes 2015.3.14: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes to NTFS-3G: ------------------- Fixed inserting a new ACL after wiping out by chkdsk Fixed Windows-type inheritance Fixed ignoring the umask mount option when permissions are used Fixed checking permissions when Posix ACLs are compiled in but not enabled Disabled option remove_hiberfile on read-only mounts Implemented an extended attribute to get/set EAs Avoid full runlist updating in more situations Update ctime after setting an ACL Use MFT record 15 for the first extent to MFT:DATA Ignore the sloppy mount option (-s) Implemented FITRIM (fstrim) ioctl Reengineered the compression algorithm Changes to ntfsprogs: --------------------- Return success from ntfsprogs utilities with options –version and the like Implemented configure option –enable-quarantined for non functional utilities Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate --- filesystems/libntfs/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'filesystems/libntfs/PLIST') diff --git a/filesystems/libntfs/PLIST b/filesystems/libntfs/PLIST index 5926f961c24..b48cb1b24db 100644 --- a/filesystems/libntfs/PLIST +++ b/filesystems/libntfs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/05/19 12:22:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/11/10 17:45:22 adam Exp $ include/ntfs-3g/acls.h include/ntfs-3g/attrib.h include/ntfs-3g/attrlist.h @@ -12,10 +12,12 @@ include/ntfs-3g/debug.h include/ntfs-3g/device.h include/ntfs-3g/device_io.h include/ntfs-3g/dir.h +include/ntfs-3g/ea.h include/ntfs-3g/efs.h include/ntfs-3g/endians.h include/ntfs-3g/index.h include/ntfs-3g/inode.h +include/ntfs-3g/ioctl.h include/ntfs-3g/layout.h include/ntfs-3g/lcnalloc.h include/ntfs-3g/logfile.h -- cgit v1.2.3