X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=a242e7f6f0ec8285a1e02d420ba1ee28dd2f650f;hp=c911c429916edbdec8b4b4b44e9754013a061ea1;hb=a5388cc58647a6506e62acddc648ed6ca7b76fa5;hpb=95ab9826b75bcb92ea660f45c5d4ae891a6d5f2f diff --git a/README b/README index c911c429..a242e7f6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.6.3 (May 2014). wimlib is a C library for +This is wimlib version 1.7.0-BETA (May 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 @@ -182,7 +182,7 @@ platform-dependent way: For both platforms the code for NTFS capture and extraction is complete enough that it is possible to apply an image from the "install.wim" contained in recent -Windows installation media (Vista, Windows 7, or Windows 8) directly to a NTFS +Windows installation media (Vista, Windows 7, or Windows 8) directly to an NTFS filesystem, and then boot Windows from it after preparing the Boot Configuration Data. In addition, a Windows installation can be captured (or backed up) into a WIM file, and then re-applied later. @@ -280,12 +280,6 @@ This section documents the most important options that may be passed to the from libcrypto (part of OpenSSL). The default is to use libcrypto if it is found on the system. ---enable-xattr, --disable-xattr - Enable or disable support for the extended-attributes interface to NTFS - alternate data streams in mounted WIMs. To support these, wimlib - requires that the setxattr() function and the attr/xattr.h header are - available. The default is to autodetect whether support is possible. - --disable-multithreaded-compression By default, data will be compressed using multiple threads when writing a WIM, unless only 1 processor is detected. Specify this option to