]> wimlib.net Git - wimlib/blobdiff - README
v1.11.0-BETA4
[wimlib] / README
diff --git a/README b/README
index cc036571fca55b35aa54a4039d6897bb20da8f48..8975d724ac70e9444984230046d40a3e91d3b65c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.10.0-BETA (July 2016).  wimlib is a C library for
+This is wimlib version 1.11.0-BETA4 (December 2016).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  wimlib and its command-line frontend 'wimlib-imagex'
 provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX,
@@ -258,9 +258,9 @@ If you are looking for an archive format that provides features similar to WIM
 but was designed primarily for UNIX, you may want to consider SquashFS
 (http://squashfs.sourceforge.net/).  However, you may find that wimlib works
 surprisingly well on UNIX.  It will store hard links and symbolic links, and it
-has optional support for storing UNIX owners, groups, modes, and special files
-such as device nodes and FIFOs.  Actually, I use it to back up my own files on
-Linux!
+supports storing standard UNIX file permissions (owners, groups, and modes);
+special files such as device nodes and FIFOs; and extended attributes.
+Actually, I use it to back up my own files on Linux!
 
                                     HISTORY