diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 09:51:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-12-28 10:41:35 +0000 |
commit | 26b83028e3780d376c7941705cd815362c48747c (patch) | |
tree | ac524db76f5def03a0c6eaf9b37acedd5c27ed16 /NEWS | |
parent | Releasing debian version 0.4-3. (diff) | |
download | tarlz-26b83028e3780d376c7941705cd815362c48747c.tar.xz tarlz-26b83028e3780d376c7941705cd815362c48747c.zip |
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,5 +1,18 @@ -Changes in version 0.4: +Changes in version 0.8: -Some missing #includes have been fixed. +The new option '--anonymous', equivalent to '--owner=root --group=root', has +been added. -Open files in binary mode on OS2. +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). + +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. + +The chapter 'Amendments to pax format', explaining the reasons for the +differences with the pax format, has been added. |