]> wimlib.net Git - wimlib/blobdiff - NEWS
wimlib-imagex: Include WIMBoot options in usage printout
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 82fd8adc1cdd2598ee4407e78223323bb191faf3..8c54a2376c1614e6e3ae1136c9d43d262aca8571 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,13 @@ Version 1.6.3-BETA:
        wimcapture and wimapply, respectively, for more information.
 
        The shared library version has been bumped up; however, there are only
-       small incompatibilities:
+       a few incompatibilities:
 
-               - 'struct' wimlib_capture_config has been removed.  The library
+               - WIMLIB_COMPRESSION_TYPE_XPRESS is now 1 and
+                 WIMLIB_COMPRESSION_TYPE_LZX is now 2 (so it's the same as
+                 WIMGAPI).
+
+               - 'struct wimlib_capture_config' has been removed.  The library
                  now takes the path to the configuration file directly.  This
                  affects wimlib_add_image(), wimlib_add_image_multisource(),
                  and wimlib_update_image().  However no code changes are