]> wimlib.net Git - wimlib/blobdiff - NEWS
Update progress functions
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 26dad0f3af911b70161612cd52aa4fd7a1d3e9a5..1c78f5336b74e874195e0dcee4aa06ca7408f346 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ Version 1.6.3-BETA:
        documentation for the new '--wimboot' option to wimcapture and wimapply
        for more information.
 
+       The format of UNIX data has been changed.  If you captured any WIMs with
+       the --unix-data option, to upgrade them you'll need to apply them with
+       --unix-data using wimlib v1.6.2, then re-capture them with --unix-data
+       using this version.
+
        Removed the --hardlink and --symlink options to wimapply, since I don't
        think they are too useful and they got in the way of improving the code.
 
@@ -30,6 +35,9 @@ Version 1.6.3-BETA:
                  WIMLIB_COMPRESSION_TYPE_LZX is now 2 (so it's the same as
                  WIMGAPI).
 
+               - Progress functions, including their prototypes as well as how
+                 they are provided to the library, have been changed.
+
                - '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(),