X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=3eea193bfc8ec6e6a2ab6eba5147728752399c10;hp=492a0cd57d21f2f8bbd9657c1274644478778f0e;hb=de12c346dc64404821d52d545e2e1b3d44230f2a;hpb=ff190487fa0823a3228fd4a073ceff67727b9266 diff --git a/README b/README index 492a0cd5..3eea193b 100644 --- a/README +++ b/README @@ -1,10 +1,13 @@ WIMLIB -This is wimlib version 1.2.4 (February 2013). wimlib can be used to read, +This is wimlib version 1.3.0 (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 A Windows Imaging (WIM) file is an archive. Like some other archive formats @@ -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 @@ -260,8 +264,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