X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=NEWS;h=752f9defd50008f45b9a5df394e2dc11a8c210f0;hp=2198d08ab1a2a20c537e21213a7c1e446f2e5ae4;hb=4011d97c445ef525472ffe89ba4ab5d63e35b169;hpb=de3839d65d8e60296533f46c57c07a88f7f08b73 diff --git a/NEWS b/NEWS index 2198d08a..752f9def 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ Version 1.7.1-BETA: "standard" names: '--solid', '--solid-compress', and '--solid-chunk-size', respectively. + Added 'verify' subcommand to 'wimlib-imagex'. + The XPRESS compressor no longer supports chunks larger than 65536 bytes. There is little point in having larger chunks, since the LZ77 sliding window for XPRESS cannot be larger than 65536 bytes. This change does @@ -56,6 +58,8 @@ Version 1.7.1-BETA: error messages to be sent to, rather than the default of standard error. + New function: wimlib_verify_wim(). + Version 1.7.0: Improved compression, decompression, and extraction performance.