]> wimlib.net Git - wimlib/commitdiff
Update NEWS
authorEric Biggers <ebiggers3@gmail.com>
Thu, 16 Jan 2014 02:27:21 +0000 (20:27 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 16 Jan 2014 02:27:21 +0000 (20:27 -0600)
NEWS

diff --git a/NEWS b/NEWS
index 469425b769f0f1e560510672b6796bcfe53eafe2..1fba3b55580bb72ae5416250737846b4ddd6bb98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,26 +13,29 @@ Version 1.6.1:
 
        Fixed more permissions problems when extracting files on Windows.
 
 
        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.
 
        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
 
        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).
 
        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.)
 
        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
 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