]> wimlib.net Git - wimlib/blobdiff - NEWS
Fix file locking
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index b6125877f73233847ce313abab49c809bb06f037..6e6704c178ad1e7b074b345c0c9bf85bad973eb0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 Only the most important changes more recent than version 0.6 are noted here.
 
 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.
        Improved compatibility with version 3584 WIM / ESD files.
 
        Performance improvements, including for extraction.
@@ -13,10 +13,14 @@ Version 1.6.3-BETA:
        documentation for the new '--wimboot' option to wimcapture and wimapply
        for more information.
 
        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.
+       On UNIX-like systems, you can now backup and restore device nodes, named
+       pipes, and sockets.  In addition, 32-bit user and group IDs are now
+       supported.
+
+       The way that UNIX data is stored in WIM files 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-imagex 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.
 
        wimlib now understands tagged metadata items, such as object IDs, that
        can be stored in WIM directory entries.
@@ -31,6 +35,10 @@ Version 1.6.3-BETA:
 
        On Windows, sparse file attributes are no longer set on extracted files.
 
 
        On Windows, sparse file attributes are no longer set on extracted files.
 
+       On UNIX, configuring with --disable-xattr or --enable-xattr is no longer
+       supported.  Mounting WIM images now always requires extended attribute
+       support.  Use --without-fuse to disable support for mounting WIM images.
+
        The shared library version has been bumped up.  The main
        incompatibilities are:
 
        The shared library version has been bumped up.  The main
        incompatibilities are: