X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=README;h=a242e7f6f0ec8285a1e02d420ba1ee28dd2f650f;hb=7cd3bc1a6c9830abb079d4500c9b47906bce5898;hp=9a0dd07346bbf3ab7712d674c4e15a428ab30eea;hpb=2fdc3bd720f5bc49680dc2284ea42a537d1acc07;p=wimlib diff --git a/README b/README index 9a0dd073..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 @@ -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