summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-23 17:42:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-23 17:42:00 +0000
commitaa4d2adf37f7449dd1a99df517de0a9ee97867bd (patch)
tree64105f8a638430ae309b44e2a745ff3c027b2eb1 /NEWS
parentAdding upstream version 0.8. (diff)
downloadtarlz-aa4d2adf37f7449dd1a99df517de0a9ee97867bd.tar.xz
tarlz-aa4d2adf37f7449dd1a99df517de0a9ee97867bd.zip
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 12 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 2dcbb9b..cc2b1db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,16 @@
-Changes in version 0.8:
+Changes in version 0.9:
-The new option '--anonymous', equivalent to '--owner=root --group=root', has
-been added.
+Multi-threaded '-t, --list' has been implemented. See chapter 'Limitations
+of parallel tar decoding' in the manual for details.
-On extraction and listing, tarlz now removes leading './' strings also from
-member names given in the command line. 'tarlz -xf foo ./bar' now extracts
-member 'bar' from archive 'foo'. (Reported by Viktor Sergiienko in the
-bug-tar mailing list).
+The new option '-n, --threads', which sets the number of decompression
+threads, has been added.
-Tarlz now writes extended headers with all fields zeroed except size,
-chksum, typeflag, magic and version. This prevents old tar programs from
-extracting the extended records as a file in the wrong place (with a
-truncated filename). Tarlz now also sets to zero those fields of the ustar
-header overridden by extended records.
+Tarlz now recognizes global pax headers, but for now ignores them.
-The chapter 'Amendments to pax format', explaining the reasons for the
-differences with the pax format, has been added.
+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.