]> wimlib.net Git - wimlib/blobdiff - README
Separate suffix array match-finder from LZX compressor
[wimlib] / README
diff --git a/README b/README
index 6fe37385d4b0efa16e8ccd1fad89a1de7950b9ac..abfbeafb8c3fddfcaf233ef13bc8d560f236def4 100644 (file)
--- 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.
@@ -276,9 +276,9 @@ suffix array construction code from divsufsort
 (https://code.google.com/p/libdivsufsort/) and algorithms from 7-Zip as well as
 several published papers.
 
-lz77.c contains a hash-table-based LZ77 matchfinder that is based on code from
-zlib but has been rewritten.  This code is applicable to XPRESS, LZX, and LZMS,
-all of which are partly based on LZ77 compression.
+lz_hash.c contains a hash-table-based LZ77 matchfinder that is based on code
+from zlib but has been rewritten.  This code is applicable to XPRESS, LZX, and
+LZMS, all of which are partly based on LZ77 compression.
 
 A limited number of other free programs can handle some parts of the WIM
 file format: