From: Eric Biggers Date: Sat, 26 Jul 2014 13:14:58 +0000 (-0500) Subject: Update NEWS X-Git-Tag: v1.7.1~41 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=472366c8db7cef3eaad9eea3c08048b726db525e Update NEWS --- diff --git a/NEWS b/NEWS index 1eef2859..2198d08a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ 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 same as '--compress=maximum'.