X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=ab94e55cbcb91e6b3ffad902415234e2510f162d;hp=6fe37385d4b0efa16e8ccd1fad89a1de7950b9ac;hb=9d9c2fe60b5842825002131f4ca926024e6f0038;hpb=23251dc6fc79e1a9277ba49fbf3159421efa54f6 diff --git a/README b/README index 6fe37385..ab94e55c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.5.3 (December 2013). wimlib is a C library for +This is wimlib version 1.6.0 (January 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 @@ -89,7 +89,7 @@ The above LZX data are using explicitly specified maximum compression faster LZX compressor is used; it will produce results in between those given for XPRESS and LZX above. -Note: if the absolute maximum (but still compatible; i.e. not changing the +Note: if the absolute maximum but still compatible (i.e. not changing the compression chunk size) LZX compression ratio is desired, `wimlib-imagex optimize WIMFILE --recompress --compress-slow' on one of the above LZX-compressed WIMs produces a WIM of 187,089,943 bytes in about 400 seconds.