2025-02-17 21:11:04 +01:00
|
|
|
Changes in version 0.10:
|
2025-02-17 21:04:20 +01:00
|
|
|
|
2025-02-17 21:11:04 +01:00
|
|
|
The new option '--bsolid', which selects per-data-block compression of the
|
|
|
|
archive, has been added. This option improves compression efficiency for
|
|
|
|
archives with lots of small files.
|
2025-02-17 21:04:20 +01:00
|
|
|
|
2025-02-17 21:11:04 +01:00
|
|
|
The new option '-B, --data-size', which sets the size of the input data
|
|
|
|
blocks for '--bsolid', has been added.
|
2025-02-17 21:09:53 +01:00
|
|
|
|
2025-02-17 21:11:04 +01:00
|
|
|
If an extended header is required for any reason (for example a file size
|
|
|
|
larger than 8 GiB or a link name longer than 100 bytes), tarlz now moves the
|
|
|
|
filename also to the extended header to prevent an ustar tool from trying to
|
|
|
|
extract the file or link. This also makes easier during parallel extraction
|
|
|
|
or listing the detection of a tar member split between two lzip members at
|
|
|
|
the boundary between the extended header and the ustar header.
|