]> wimlib.net Git - wimlib/blobdiff - NEWS
wimlib_wim_info: update docs for flag bits
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 7b4a0e37ee11b7bf7e78f83197a998f4354e2c89..55235ead2f5ba9096c4d0ae64c7ac452a72a5f24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,19 @@ 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 the NTFS-3g and Windows capture modes has been
+       slightly improved.
+
+       On UNIX-like systems, symbolic links whose targets contain the backslash
+       character are now handled correctly (losslessly).
+
 Version 1.8.0:
        Improved the LZX compressor.  It is now 15-20% faster than before and
        provides a slightly better compression ratio.