]> wimlib.net Git - wimlib/blobdiff - NEWS
wimlib-imagex: Support being invoked as wimCOMMAND
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index d0d257530e12e5120c4e8340f5225e9070b98e31..e499cf00d238e682add165cbfaa2f1c079afa678 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,14 @@ Version 1.5.0:
        support this: wimlib_write_to_fd() and wimlib_extract_image_from_pipe().
 
        wimlib now preserve WIM integrity tables by default, even if
-       WIMLIB_WRITE_FLAG_CHECK_INTEGRITY is not specified.  This affects
-       wimlib-imagex's behavior when --check is not specified.
+       WIMLIB_WRITE_FLAG_CHECK_INTEGRITY is not specified.  This changes the
+       behavior of `wimlib-imagex' whenever the WIM being operated on contains
+       an integrity table and the '--check' option is not specified.
+
+       `wimlib-imagex capture' now creates LZX-compressed WIMs by default
+       (when --compress is not specified).  This provides the best compression
+       ratio by default, which is usually what is desired, at a cost of some
+       speed.
 
        Security descriptors are now extracted correctly on Windows.