From 343b098498118f1554bd476d00d8233ec0cb9a6b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 15 Jan 2014 20:27:21 -0600 Subject: [PATCH] Update NEWS --- NEWS | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 469425b7..1fba3b55 100644 --- a/NEWS +++ b/NEWS @@ -13,26 +13,29 @@ Version 1.6.1: Fixed more permissions problems when extracting files on Windows. - Paths passed to wimlib_extract_paths() and wimlib_iterate_dir_tree() may - now use either forwards or backwards slashes, as documented. - - Fixed a potential stack overflow when extracting solid archives - containing more than about 100000 files. - Memory usage for LZMS and LZX compression has been decreased. - For wimcapture, wimoptimize, and wimexport, '--solid' may now be used as - an alias for '--pack-streams'. + A new '--no-attributes' option has been added to wimapply and + wimextract. The library flag is WIMLIB_EXTRACT_FLAG_NO_ATTRIBUTES. The default chunk size is now set correctly when changing the - compression type of a WIM (this bug caused 'wimoptimize' to fail when + compression type of a WIM (this bug caused wimoptimize to fail when changing the compression type from None to LZX with no chunk size explicitly specified, for example). - 'wiminfo' no longer accepts the '--metadata' option. Use the new - '--detailed' option to 'wimdir' instead. (This is primarily for + wiminfo no longer accepts the '--metadata' option. Use the new + '--detailed' option to wimdir instead. (This is primarily for debugging.) + Paths passed to wimlib_extract_paths() and wimlib_iterate_dir_tree() may + now use either forwards or backwards slashes, as documented. + + Fixed a potential stack overflow when extracting solid archives + containing more than about 100000 files. + + For wimcapture, wimoptimize, and wimexport, '--solid' may now be used as + an alias for '--pack-streams'. + Version 1.6.0: Support for extracting and updating the new version 3584 WIMs has been added. These WIMs typically pack many streams ("files") together into a -- 2.43.0