]> wimlib.net Git - wimlib/blobdiff - README
Speed up LZ77 match copying
[wimlib] / README
diff --git a/README b/README
index 5d70d962cb88c03d5d427215a2dd15f9b1f1f6d3..5173583f7cba782554a853a9783f5b89db5dadbc 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.0-BETA (May 2014).  wimlib is a C library for
+This is wimlib version 1.7.0-BETA (June 2014).  wimlib is a C library for
 creating, modifying, extracting, and mounting files in the Windows Imaging
 Format (WIM files).  These files are normally created using the ImageX
 (imagex.exe) or Dism (Dism.exe) utilities on Windows, but wimlib is distributed
@@ -355,18 +355,17 @@ file format:
     is that it does not support compression and decompression by itself, but
     instead relies on external native code, such as the codecs from wimlib.
 
-A very early version of wimlib is being used to deploy Windows 7 from the
-Ultimate Deployment Appliance.  For more information see
-http://www.ultimatedeployment.org/.
+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!
 
-If you are looking for a UNIX archive format that provides features similar to
-WIM, I recommend you take a look at SquashFS (http://squashfs.sourceforge.net/).
+                            LICENSE AND DISCLAIMER
 
-                                    LICENSE
-
-As of version 1.0.0, wimlib and all programs and scripts distributed with it are
-released under the GNU GPL version 3.0 or later.  See COPYING for details.
-Some individual source files are also released under more permissive licenses.
+See COPYING for information about the license.
 
 wimlib is independently developed and does not contain any code, data, or files
 copyrighted by Microsoft.  It is not known to be affected by any patents.
@@ -376,8 +375,6 @@ libcrypto (OpenSSL), configure with --without-libcrypto.  This replaces the SHA1
 implementation with built-in code and there will be no difference in
 functionality.
 
-                                   DISCLAIMER
-
 wimlib comes with no warranty whatsoever.  Please submit a bug report (to
 ebiggers3@gmail.com) if you find a bug in wimlib and/or wimlib-imagex.