summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-13 08:59:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-04-13 08:59:14 +0000
commitbab86e3bc6fcc2b148d2a58247e27c765b2b1471 (patch)
treea21a640ddd20d20c6d01cfe1f13b5494722fcb1c /NEWS
parentReleasing debian version 0.14-1. (diff)
downloadtarlz-bab86e3bc6fcc2b148d2a58247e27c765b2b1471.tar.xz
tarlz-bab86e3bc6fcc2b148d2a58247e27c765b2b1471.zip
Merging upstream version 0.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 8 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index 2b736ee..4c45385 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,10 @@
-Changes in version 0.14:
+Changes in version 0.15:
-The new option '--exclude', which excludes files matching a shell pattern,
-has been added.
+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).
-The new option '-h, --dereference', which instructs tarlz to follow symbolic
-links during archive creation, appending or comparison, has been added.
-(The short option name '-h' no longer means '--help').
-
-Concatenation and appending to uncompressed archives and to standard output
-have been implemented.
-
-The new option '--out-slots', setting the number of output packets buffered
-per worker thread during multi-threaded creation and appending to compressed
-archives, has been added. Increasing the number of packets may increase
-compression speed if the files being archived are larger than 64 MiB
-compressed, but requires more memory.
+Multi-threaded listing of compressed archives with format violations (for
+example, an extended header without the corresponding ustar header) has been
+fixed.