diff options
author | xtraeme <xtraeme> | 2007-09-14 08:55:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2007-09-14 08:55:49 +0000 |
commit | e689b92d02962e8168b1408c39edb97ae2b921ca (patch) | |
tree | 1d57a277355acd6356a1108b33a67b92c46dbcee /filesystems/fuse-ntfs-3g/PLIST | |
parent | 9878752924567b32d47692424a567f7709a081b1 (diff) | |
download | pkgsrc-e689b92d02962e8168b1408c39edb97ae2b921ca.tar.gz |
Update to 1.913:
STABLE Version 1.913 (September 13, 2007) Release Notes
* change: free disk space calculation was highly CPU intensive during
write activity. This could reduce write performance severely, especially
for huge volumes if a file manager or desktop applet regularly polled
for disk space usage. Now the calculation is constant time, around only
10 microseconds on a typical desktop, and it's completely independent
of the volume size.
* fix: hibernation check was too rigid and mount was refused in read/write
mode unnecessarily in some cases.
* all performance improvements included unchanged from the 1.910-RC test
release. Please see those details below.
Version 1.910-RC (September 10, 2007) -- Release Notes
* change: significantly improved the performance of writing many files,
typically by 50-1000% (copying files, unpacking, untarring packages,
compilation, directory synchronization, ...).
* change: improved the performance of writing multi-GB size files,
particularly after the creation of many thousands of other files.
Previous disk space defragmentation is highly advised for the best
possible speed. File level defragmentation is not enough.
* change: improved concurrent write performance.
Diffstat (limited to 'filesystems/fuse-ntfs-3g/PLIST')
-rw-r--r-- | filesystems/fuse-ntfs-3g/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/filesystems/fuse-ntfs-3g/PLIST b/filesystems/fuse-ntfs-3g/PLIST index 0b30be0594b..9d3681a23a3 100644 --- a/filesystems/fuse-ntfs-3g/PLIST +++ b/filesystems/fuse-ntfs-3g/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/26 19:55:28 pooka Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/09/14 08:55:49 xtraeme Exp $ bin/mount.ntfs-3g bin/ntfs-3g man/man8/ntfs-3g.8 @@ -20,7 +20,6 @@ include/ntfs-3g/index.h include/ntfs-3g/inode.h include/ntfs-3g/layout.h include/ntfs-3g/lcnalloc.h -include/ntfs-3g/list.h include/ntfs-3g/logfile.h include/ntfs-3g/logging.h include/ntfs-3g/mft.h |