From 49f5b2876f3ef0040300215a3c2a2d9e80d3a40b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 15 May 2014 12:14:51 -0500 Subject: [PATCH] Update NEWS --- NEWS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f5223e9d..6295bb77 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,21 @@ Only the most important changes more recent than version 0.6 are noted here. Version 1.6.3-BETA: + 'add' commands passed to wimupdate will now replace existing + nondirectory files by default. Use the --no-replace option to get the + old behavior. + + Improved compatibility with version 3584 WIM / ESD files. + + Improved extraction performance on Windows, especially for ESD files. + Added support for "WIMBoot". On any platform, you can now capture a WIM as WIMBoot-compatible. In addition, on Windows, you can now apply a WIM archive in a special mode that causes extracted files to be externally backed by the WIM archive. See the documentation for the new '--wimboot' option to wimcapture and wimapply for more information. - 'add' commands passed to wimupdate will now replace existing - nondirectory files by default. Use the --no-replace option to get the - old behavior. - - Improved compatibility with version 3584 WIM / ESD files. + WIMs will now retain their GUIDs when rebuilt (e.g. with wimoptimize). The 'mkwinpeimg' script now supports writing the ISO image to standard output. @@ -35,6 +39,8 @@ Version 1.6.3-BETA: - WIM paths passed to progress functions now have a leading slash. + Made some documentation improvements. + Version 1.6.2: Case-insensitive comparisons of strings (e.g. filenames) containing UTF-16 codepoints above 32767 are now done correctly. -- 2.43.0