X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=README;h=7a4056002c6052bf4b196a7869f20a28e51cdd3d;hb=d1284a3b721162794ebd7131d090ab7c0cba92a3;hp=e8f5523366263f819f94404cf880ee6b70126089;hpb=1c1c12926f4de39cb35d8d4c5a5280ab0d6ba931;p=wimlib diff --git a/README b/README index e8f55233..7a405600 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ INTRODUCTION -This is wimlib version 1.7.3-BETA (October 2014). wimlib is a C library for +This is wimlib version 1.7.4-BETA (December 2014). wimlib is a C library for creating, modifying, extracting, and mounting files in the Windows Imaging Format (WIM files). wimlib and its command-line frontend 'wimlib-imagex' provide a free and cross-platform alternative to Microsoft's WIMGAPI, ImageX, @@ -336,7 +336,7 @@ With regards to the supported compression formats: neither of which is completely applicable to its use in the WIM format, and the first of which contains multiple errors. - There does not seem to be any official documentation for LZMS, so my comments - and code in src/lzms-decompress.c may in fact be the best documentation + and code in src/lzms_decompress.c may in fact be the best documentation available for this particular compression format. The algorithms used by wimlib's compression and decompression codecs are