X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=NEWS;h=f4074bd36e6d9bae2160cf747da522e7f18ad1c5;hp=3a79d47f96c7c57c2ce3cf4c12b725411d2ed4f6;hb=d82950b8ae73d50bffebb88c2b5c10b49f4082f4;hpb=71d3401258fb14dcfc921f53452ba972e27e8b8b diff --git a/NEWS b/NEWS index 3a79d47f..f4074bd3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ Only the most important changes more recent than version 0.6 are noted here. -Version 1.6.3-BETA: +Version 1.7.0-BETA: Improved compatibility with version 3584 WIM / ESD files. Performance improvements, including for extraction. @@ -18,6 +18,9 @@ Version 1.6.3-BETA: --unix-data using wimlib v1.6.2, then re-capture them with --unix-data using this version. + wimlib now understands tagged metadata items, such as object IDs, that + can be stored in WIM directory entries. + 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. @@ -35,6 +38,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(),