From 85afea931c3a021e186e81f55b9d969f14d14e41 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 16 Mar 2019 07:45:57 +0100 Subject: Adding upstream version 0.14. Signed-off-by: Daniel Baumann --- NEWS | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 07f4272..2b736ee 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,17 @@ -Changes in version 0.13: +Changes in version 0.14: -Skipping of unreadable files during multi-threaded archive creation with -per-file compression has been fixed. Tarlz did produce empty lzip members, -and sometines left the last files out of the archive. +The new option '--exclude', which excludes files matching a shell pattern, +has been added. -Multi-threaded listing of tar.lz archives containing empty lzip members has -been fixed. It listed members out of order and sometimes hung. +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'). -When creating an archive, negative modification times are now stored as cero -(1970-01-01 00:00:00 UTC). Negative times are not portable. +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. -- cgit v1.2.3