diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:08:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:08:08 +0000 |
commit | cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e (patch) | |
tree | 52b702a077e13b87c1f94fdc7f9f9f537facc8e7 /README | |
parent | Adding debian version 1.7~rc1-1. (diff) | |
download | lzlib-cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e.tar.xz lzlib-cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e.zip |
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ used by lzip could be developed, and the resulting sequence could also be coded using the LZMA coding scheme. Lzlib currently implements two variants of the LZMA algorithm; fast -(used by option -0 of minilzip) and normal (used by all other +(used by option '-0' of minilzip) and normal (used by all other compression levels). The high compression of LZMA comes from combining two basic, well-proven |