diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-03 15:51:27 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-03 15:51:27 +0000 |
commit | 38cff5f25d4d9225f35375c3554fb35e9048733e (patch) | |
tree | 77a10b67d8f703d558df0fd5cc4dd7856ebe225b /README | |
parent | Adding upstream version 1.18~pre1. (diff) | |
download | lzip-38cff5f25d4d9225f35375c3554fb35e9048733e.tar.xz lzip-38cff5f25d4d9225f35375c3554fb35e9048733e.zip |
Adding upstream version 1.18.upstream/1.18
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,14 +75,14 @@ or more compressed files. The result is the concatenation of the corresponding uncompressed files. Integrity testing of concatenated compressed files is also supported. -Lzip can produce multi-member files and safely recover, with +Lzip can produce multimember files and safely recover, with lziprecover, the undamaged members in case of file damage. Lzip can also split the compressed output in volumes of a given size, even when reading from standard input. This allows the direct creation of multivolume compressed tar archives. Lzip is able to compress and decompress streams of unlimited size by -automatically creating multi-member output. The members so created are +automatically creating multimember output. The members so created are large, about 2 PiB each. In spite of its name (Lempel-Ziv-Markov chain-Algorithm), LZMA is not a @@ -110,7 +110,7 @@ range encoding), Igor Pavlov (for putting all the above together in LZMA), and Julian Seward (for bzip2's CLI). -Copyright (C) 2008-2015 Antonio Diaz Diaz. +Copyright (C) 2008-2016 Antonio Diaz Diaz. This file is free documentation: you have unlimited permission to copy, distribute and modify it. |