]> wimlib.net Git - wimlib/blobdiff - README
SHA1 minor fixes
[wimlib] / README
diff --git a/README b/README
index c210fce9c9fce6948acd09084323e5936bd9cf4a..8e7f45424682068f9db82b3e1201fa07d1fa08a9 100644 (file)
--- 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.2 (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.
@@ -51,7 +51,7 @@ wimlib's `configure' script:
        unmount WIM files.  wimlib_mount() and wimlib_unmount() will fail with
        WIMLIB_ERR_UNSUPPORTED.
 
---disable-libcrypto
+--without-libcrypto
        Build in functions for SHA1 rather than using external SHA1 functions
        from libcrypto (part of OpenSSL).  The default is to use libcrypto if it
        is found on the system.
@@ -71,6 +71,12 @@ wimlib's `configure' script:
        with an error message if the decompressed data does not exactly match
        the original data.  This is to find bugs.
 
+--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.
+
 --disable-error-messages
        Removes all error messages from the library.  If left in, they still
        have to explicitly turned on with wimlib_set_print_errors() in order to
@@ -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
@@ -154,10 +161,6 @@ originally based on code written by Matthew Russotto (www.russotto.net/chm/).
 
 lz.c, the code to find LZ77 matches, is based on code from zlib.
 
-sha1.c and sha1.h, the code to compute SHA1 message digests of WIM resources or
-of the WIM file itself in the case of integrity checks, are based on code from
-GNU coreutils.
-
 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 and files in many other
 archive formats.  However, WIMLIB is designed specifically to handle WIM files