From: Eric Biggers Date: Sat, 25 Oct 2014 18:13:21 +0000 (-0500) Subject: Update NEWS X-Git-Tag: v1.7.3~9 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=73004fcaa39fdc5e8b55b9e2835c862e0c104874;hp=56825f340567556b2130008e384084214db9a21f Update NEWS --- diff --git a/NEWS b/NEWS index 8329afd1..7d7ab340 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,16 @@ Version 1.7.3-BETA: The system registry files are now automatically treated as being in [PrepopulateList]. + Added a hack to try to work around an intermittent bug in + Microsoft's WOF (Windows Overlay Filesystem) driver. + Added a workaround that tries to prevent short filename conflicts. It can have an effect primarily on versions of Windows that do not support removing short names from files (earlier than Windows 7). + New progress message: WIMLIB_PROGRESS_MSG_HANDLE_ERROR. Applications + may use this to treat some types of errors as non-fatal. + Version 1.7.2: Made more improvements to the XPRESS, LZX, and LZMS compressors.