]> wimlib.net Git - wimlib/blobdiff - NEWS
Version 1.2.1
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 37f8bc0f47adbcf9e8d551cb199689e3d43a4525..a3bee733e9eaa9a3ca9e90d3d39cf100217321ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ Version 1.2.1:
        A small change has been made to XPRESS compression and it should improve
        the compression ratio slightly.
 
+       A change was made that may improve performance slightly when applying a
+       WIM image to a NTFS volume.
+
        Microsoft has managed to introduce even more bugs into their software,
        and now the WIMs for Windows 8 have incorrect (too low) reference counts
        for some streams.  This is unsafe because such streams can be removed
@@ -29,6 +32,8 @@ Version 1.2.1:
        requires reading the metadata for all images in the WIM, so this will
        make these operations noticably slower on WIMs with multiple images.
 
+       Various other bugfixes.
+
 Version 1.2.0:
        Appending images to a WIM is now be done by default without re-building
        the whole WIM.  Use the --rebuild flag to get the old behavior (which