]> wimlib.net Git - wimlib/blobdiff - NEWS
<sys/types.h> is sometimes required before <attr/xattr.h>
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index be31de5a4ab78df93847b81e4d24f17c15d50302..f5703ca4518f83dcdc4aae0d357e2c7d3f5a755d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,19 @@ Version 1.8.1-BETA:
        than 4 gigabytes are now never extracted as externally backed.  This
        works around a bug in Microsoft's "WOF" driver.
 
+       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 the NTFS-3g and Windows capture modes 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.