X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=f17ff6f5c56beaa53cf7a660d74c350239b41b00;hp=212c554e61400f5cbc6975be8838bc213d788e7b;hb=1f2091f5bb860769e20105af2d9eff3a0872c57b;hpb=cd2de42ba19336e138abdaa2f4e1bdcb4242af71 diff --git a/README b/README index 212c554e..f17ff6f5 100644 --- a/README +++ b/README @@ -1,9 +1,12 @@ WIMLIB -This is wimlib version 1.2.2 (December 2012). wimlib can be used to read, -write, and mount files in the Windows Imaging Format (WIM files). These files -are normally created by using the `imagex.exe' utility on Windows, but this -library provides a free implementation of imagex for UNIX-based systems. +This is wimlib version 1.3.2 (March 2013). wimlib can be used to read, write, +and mount files in the Windows Imaging Format (WIM files). These files are +normally created by using the `imagex.exe' utility on Windows, but this library +provides a free implementation of ImageX for UNIX-based systems. + +wimlib 1.3.0 has added experimental support for Windows. See the file +"README.WINDOWS" for more details. WIM FILES @@ -127,7 +130,8 @@ Windows PE. and headers for libntfs-3g version 2011-4-12 or later to be installed. Versions dated 2010-3-6 and earlier do not work because they are missing the header xattrs.h (and the file xattrs.c, which contains functions we - need). + need). libntfs-3g version 2013-1-13 is compatible only with wimlib + 1.2.4 and later. * OpenSSL / libcrypto (optional) wimlib can use the SHA1 message digest code from OpenSSL instead of @@ -226,8 +230,9 @@ load the POSIX message queue module (run `kldload mqueuefs'). The code pays attention to endianness, so it should work on big-endian architectures, but I've never tested this so do not expect it to work. -There are no plans to port wimlib to Windows since the programming interface on -Windows is very different and Microsoft's imagex.exe is already available. +As of wimlib 1.3.0, there is experimental support for Microsoft Windows. I +expect it to work on Windows Vista and later, although I have only tested it on +Windows 7. See README.WINDOWS for more information. REFERENCES @@ -260,8 +265,9 @@ A very limited number of other free programs can handle some parts of the WIM file format. 7-zip is able to extract and create WIMs (as well as files in many other archive formats). However, wimlib is designed specifically to handle WIM files and provides features previously only available in Microsoft's imagex.exe, -such as the ability to mount WIMs read-write as well as read-only, and the -ability to create LZX or XPRESS compressed WIMs. +such as the ability to mount WIMs read-write as well as read-only, the ability +to create LZX or XPRESS compressed WIMs, and the correct handling of security +descriptors and hard links. An earlier version of wimlib is being used to deploy Windows 7 from the Ultimate Deployment Appliance. For more information see @@ -328,8 +334,8 @@ By default, wimlib will be linked to the system library "libcrypto", which probably will be OpenSSL. Some people believe that GPL code cannot be linked to OpenSSL without a linking exception. As far as I know, I cannot officially include a linking exception with the license of this library because several -files could be considered derived works of LGPL code copyrighted by others. If -you believe this to be a problem, configure with --without-libcrypto to avoid +files could be considered derived works of code copyrighted by others. If you +believe this to be a problem, configure with --without-libcrypto to avoid linking with OpenSSL. There is no difference in functionality--- there will just be stand-alone SHA1 message digest code built into the library.