summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 05:52:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 05:53:03 +0000
commit882d8d8da4a8b4a332458c4f01b03d81c2c08c78 (patch)
treed7acd130c7201183b14adfa8e095e79eb1f49bbe /NEWS
parentReleasing debian version 0.21-3. (diff)
downloadtarlz-882d8d8da4a8b4a332458c4f01b03d81c2c08c78.tar.xz
tarlz-882d8d8da4a8b4a332458c4f01b03d81c2c08c78.zip
Merging upstream version 0.22.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 7 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index e6dcaf1..7616e6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,11 @@
-Changes in version 0.21:
+Changes in version 0.22:
-Lzlib 1.12 or newer is now required to compile and run tarlz.
+In case of error in a numerical argument to a command line option, tarlz
+now shows the name of the option and the range of valid values.
-Members without name are now skipped when decoding except when listing. This
-allows the reliable detection of certain format violations during parallel
-extraction with more than two threads. (Thanks to Florian Schmaus for
-reporting the problem).
+'--check-lib' now checks that LZ_API_VERSION and LZ_version_string match.
-The new option '-z, --compress', which compresses existing POSIX tar
-archives aligning the lzip members to the tar members with choice of
-granularity, has been added. Existing compressed archives are not
-overwritten.
+Tarlz now reports an error and exits with status 1 if '-o, --output' is used
+with any operation other than '-z, --compress'.
-The new option '-o, --output', which writes the compressed output to a file,
-has been added. Currently '--output' only works with '--compress'.
-
-The new option '--warn-newer', which warns during archive creation if any
-file being archived has a modification time newer than the archive creation
-time, has been added.
-
-A failure in the '--diff' test of the testsuite on OS/2 has been fixed.
+The variable LIBS can now be set from configure.