diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:09:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:10:01 +0000 |
commit | 3edd69686171314709676dafc694fd6ba2533def (patch) | |
tree | 7e2b73bcedbc50eefbcb380560454577a5c796aa /NEWS | |
parent | Releasing debian version 0.15-3. (diff) | |
download | tarlz-3edd69686171314709676dafc694fd6ba2533def.tar.xz tarlz-3edd69686171314709676dafc694fd6ba2533def.zip |
Merging upstream version 0.16.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,10 +1,11 @@ -Changes in version 0.15: +Changes in version 0.16: -The new option '--delete', which deletes files and directories from an -archive in place, has been added. It currently can delete only from -uncompressed archives and from archives with individually compressed files -('--no-solid' archives). +'chown' and 'chmod' are now called in the right order on extracion to +preserve the S_ISUID and S_ISGID bits of executable files. -Multi-threaded listing of compressed archives with format violations (for -example, an extended header without the corresponding ustar header) has been -fixed. +The return value of '--delete' when failing to delete a tar member not +individually compressed has been fixed. It returned 0, but should be 2. + +The header <sys/sysmacros.h> is now #included unconditionally. + +The new chapter 'Portable character set' has been added to the manual. |