X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=NEWS;h=f5223e9d37019920d48d6fadf2a4f33c697f4a2f;hp=d69f6286e3ae58954d3018269dd61901f46d8911;hb=2eded47a71303df7a389514e58a0e9d2bfb1516a;hpb=b838675b420f13b3771b91b4ab2d5eddc3e6492f diff --git a/NEWS b/NEWS index d69f6286..f5223e9d 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,10 @@ Version 1.6.3-BETA: nondirectory files by default. Use the --no-replace option to get the old behavior. - Fixed reading out-of-order entries in lookup table of version 3584 WIM / - ESD files. + Improved compatibility with version 3584 WIM / ESD files. + + The 'mkwinpeimg' script now supports writing the ISO image to standard + output. The shared library version has been bumped up; however, there are only a few incompatibilities: @@ -30,6 +32,9 @@ Version 1.6.3-BETA: - Removed deprecated functions: some (de)compression functions, wimlib_extract_files(), and wimlib_print_metadata(). + - WIM paths passed to progress functions now have a leading + slash. + Version 1.6.2: Case-insensitive comparisons of strings (e.g. filenames) containing UTF-16 codepoints above 32767 are now done correctly.