]> wimlib.net Git - wimlib/blobdiff - README
Merge compression updates
[wimlib] / README
diff --git a/README b/README
index 25430a70bb7236f85caea254b215128f2f9f29b1..23154f14e6815a6430fd7104bc2551040e1f639e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
                                   INTRODUCTION
 
-This is wimlib version 1.7.0 (June 2014).  wimlib is a C library for
+This is wimlib version 1.7.1-BETA (June 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
@@ -333,11 +333,8 @@ cabextract project (http://www.cabextract.org.uk).  The LZX compressor
 (www.russotto.net/chm/).  However I have since rewritten and made many
 improvements to both the decompressor and compressor.
 
-lz_hash.c contains LZ77 match-finding code that uses hash chains.  It is based
-on code from zlib but I have since rewritten it.
-
-lz_bt.c contains LZ77 match-finding code that uses binary trees.  It is based on
-code from liblzma but I have since rewritten it.
+lz_binary_trees.c contains LZ77 match-finding code that uses binary trees.  It
+is based on code from liblzma but I have since rewritten it.
 
 A limited number of other free programs can handle some parts of the WIM
 file format: