summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 17:10:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-08 17:10:15 +0000
commit3c320348b5b78d2a9923527f9eac089eb1e2778d (patch)
treed17322c3a703eb4683e689482c3dbd3041970180 /NEWS
parentAdding upstream version 0.16. (diff)
downloadtarlz-3c320348b5b78d2a9923527f9eac089eb1e2778d.tar.xz
tarlz-3c320348b5b78d2a9923527f9eac089eb1e2778d.zip
Adding upstream version 0.17.upstream/0.17
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 16 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 9b019b0..0a78405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
-Changes in version 0.16:
+Changes in version 0.17:
-'chown' and 'chmod' are now called in the right order on extracion to
-preserve the S_ISUID and S_ISGID bits of executable files.
+The new option '--mtime' has been added.
-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 new option '-p, --preserve-permissions' has been added.
-The header <sys/sysmacros.h> is now #included unconditionally.
+Multi-threaded '-d, --diff' has been implemented. See chapters 'Internal
+structure of tarlz' and 'Limitations of parallel tar decoding' in the manual
+for details.
-The new chapter 'Portable character set' has been added to the manual.
+Tarlz now reports an error if a file name is empty (tarlz -tf foo "") or if
+the archive is specified more than once.
+
+Tarlz now reports corruption or truncation of the last header in a
+multimenber file specifically instead of showing the generic message "Last
+member in input file is truncated or corrupt."
+
+The header <sys/sysmacros.h> is now not #included when compiling on BSD.
+
+The new chapter 'Internal structure of tarlz' has been added to the manual.