X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=ccccff07ae4daa8cf6c41167d91474acac16f6cd;hp=c210fce9c9fce6948acd09084323e5936bd9cf4a;hb=07dabd1cc8f59324fcb180541763f06535aeff9f;hpb=ad70b091b63707f568cf5066a50aa05436baf253 diff --git a/README b/README index c210fce9..ccccff07 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ WIMLIB -This is wimlib version 0.6.3 (May 2012). wimlib can be used to read, write, +This is wimlib version 0.7.1 (May 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 implementetion of imagex for UNIX-based systems. @@ -86,6 +86,12 @@ wimlib's `configure' script: program if an assertion fails. An assertion failure should only occur if there is a bug in wimlib. +--disable-security-data + Wimlib cannot create or modify WIM security data, but by default it will + copy existing security data when modifying a WIM or exporting an image. + Passing this flag will disable this support; then wimlib will always + write WIMs without security data. + --enable-debug Include debugging messages. Only use this option if you have found a bug in the library. @@ -94,6 +100,7 @@ wimlib's `configure' script: Include more debugging messages. Only use this option if you have found a bug in the library. + ------------------------------------------------------------------------------- DEPENDENCIES