]> wimlib.net Git - wimlib/blobdiff - NEWS
NTFS-3g capture: use reference-counted NTFS volumes
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 7b4a0e37ee11b7bf7e78f83197a998f4354e2c89..ab71b7c8d9f5ae644f8b568699286057acaf9641 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,15 @@ Version 1.8.1-BETA:
        The '--enable-verify-compression' configure option has been removed.  If
        you want to verify a WIM file, use the 'wimverify' program.
 
+       The way the "file count", "directory count", "total bytes", and "hard
+       link bytes" image statistics (stored in the WIM XML data) is calculated
+       has been slightly changed.
+
+       In mounted WIM images, the disk usage provided for each file (st_blocks)
+       is now the compressed size rather than the uncompressed size.
+
+       The performance of NTFS-3g capture mode has been slightly improved.
+
 Version 1.8.0:
        Improved the LZX compressor.  It is now 15-20% faster than before and
        provides a slightly better compression ratio.