2025-02-17 21:10:53 +01:00
|
|
|
Changes in version 0.9:
|
2025-02-17 21:04:20 +01:00
|
|
|
|
2025-02-17 21:10:53 +01:00
|
|
|
Multi-threaded '-t, --list' has been implemented. See chapter 'Limitations
|
|
|
|
of parallel tar decoding' in the manual for details.
|
2025-02-17 21:04:20 +01:00
|
|
|
|
2025-02-17 21:10:53 +01:00
|
|
|
The new option '-n, --threads', which sets the number of decompression
|
|
|
|
threads, has been added.
|
2025-02-17 21:10:01 +01:00
|
|
|
|
2025-02-17 21:10:53 +01:00
|
|
|
Tarlz now recognizes global pax headers, but for now ignores them.
|
2025-02-17 21:10:01 +01:00
|
|
|
|
2025-02-17 21:10:53 +01:00
|
|
|
Tarlz now decodes numerical fields in headers using length-safe parsers
|
|
|
|
instead of strtoul to prevent the parser from exceeding the end of the field
|
|
|
|
if it does not contain a terminating character.
|
|
|
|
|
|
|
|
The new chapter 'Limitations of parallel tar decoding' has been added to the
|
|
|
|
manual.
|