summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:07:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:08:24 +0000
commit2a00d366f34bfdfa7e5a3019b4753bc94a80748d (patch)
treefad13d976fa52e336b4bb0b85eff6de1350c9906 /NEWS
parentReleasing debian version 0.17-1. (diff)
downloadtarlz-2a00d366f34bfdfa7e5a3019b4753bc94a80748d.tar.xz
tarlz-2a00d366f34bfdfa7e5a3019b4753bc94a80748d.zip
Merging upstream version 0.19.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 5 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index 0a78405..7c1cccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,7 @@
-Changes in version 0.17:
+Changes in version 0.19:
-The new option '--mtime' has been added.
+At verbosity level 1 or higher tarlz now prints a diagnostic for each
+unknown extended header keyword found in an archive, once per keyword.
-The new option '-p, --preserve-permissions' has been added.
-
-Multi-threaded '-d, --diff' has been implemented. See chapters 'Internal
-structure of tarlz' and 'Limitations of parallel tar decoding' in the manual
-for details.
-
-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.
+A missing '#include <sys/types.h>', which made compilation fail on some
+systems, has been added.