]> wimlib.net Git - wimlib/blobdiff - NEWS
wimlib-imagex.1: Update license statement
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 921e1662fd72d16c462d8a9b682912915ef75a2a..2198d08ab1a2a20c537e21213a7c1e446f2e5ae4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,17 @@
 Version 1.7.1-BETA:
-       Made more improvements to the compression algorithms.
+
+       Made a minor change to the LZMS compressor and decompressor to fix an
+       incompatibility with the Microsoft implementation.  In the unlikely
+       event that you created an LZMS-compressed WIM with wimlib v1.7.0 or
+       earlier and a checksum error is reported when extracting files from it
+       with wimlib v1.7.1, decompress it with v1.7.0 then compress it with
+       v1.7.1.
+
+       The performance of LZX compression in its default settings has been
+       improved by a further 5-10%.
 
        The default compression mode for wimcapture is now LZX compression in
-       its default mode, which is the the same as '--compress=maximum'.
+       its default mode, which is the same as '--compress=maximum'.
 
        You can now specify an optional integer compression level to the
        '--compress' or '--solid-compress' options; e.g.  '--compress=lzx:75'.