From 4df170936f7f58b339410b3d112ecf6b112319ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Oct 2019 11:09:47 +0200 Subject: Adding upstream version 0.16. Signed-off-by: Daniel Baumann --- NEWS | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4c45385..9b019b0 100644 --- a/NEWS +++ b/NEWS @@ -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 is now #included unconditionally. + +The new chapter 'Portable character set' has been added to the manual. -- cgit v1.2.3