summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-16 06:46:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-16 06:46:00 +0000
commitd25dcde027d4b19e3d7728f96138210862ed0aa0 (patch)
tree30c61903dae6754752ffa50918d78a05b58dce90 /NEWS
parentReleasing debian version 0.13-1. (diff)
downloadtarlz-d25dcde027d4b19e3d7728f96138210862ed0aa0.tar.xz
tarlz-d25dcde027d4b19e3d7728f96138210862ed0aa0.zip
Merging upstream version 0.14.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 14 insertions, 8 deletions
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.