blob: 1558dc8cc2661cdabe85cb748fa3669395f4396f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Changes in version 1.14:
The new option "-i, --ignore-errors", which in conjunction with "-D"
decompresses all the recoverable data in all members of a file without
having to split it first, has been added.
Option "-l, --list" now accepts more than one file.
Decompression time has been reduced by 12%.
"--split" now uses as few digits as possible in the names of the files
produced, depending on the number of members in the input file.
"--split" in verbose mode now shows the names of files being created.
When decompressing or testing, file version is now shown only if
verbosity >= 4.
"configure" now accepts options with a separate argument.
The target "install-as-lzip" has been added to the Makefile.
The target "install-bin" has been added to the Makefile.
|