diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-24 04:36:49 +0000 |
commit | 3f61ac8e91689973737f281b0657ae16216b1960 (patch) | |
tree | f2334e5cf62fa1e169053046c68b97c321227952 /NEWS | |
parent | Releasing debian version 1.25~pre1-1. (diff) | |
download | lziprecover-3f61ac8e91689973737f281b0657ae16216b1960.tar.xz lziprecover-3f61ac8e91689973737f281b0657ae16216b1960.zip |
Merging upstream version 1.25~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -12,20 +12,21 @@ The option '--fec-file', which sets the fec file to be used, has been added. The options '-r, --recursive' and '-R, --dereference-recursive' have been added for recursive creation and reading of fec files. -The short name of option '--byte-repair' has been changed to "-B". +The short name of option '--byte-repair' has been changed to '-B'. -The option '--ignore-empty', which makes lziprecover ignore empty members in -multimember files when decompressing, testing, or listing, has been added. -By default lziprecover now exits with error status 2 if any empty member is -found in a multimember file. +The option '--byte-repair' now repairs a nonzero first LZMA byte. -The option '--ignore-nonzero', which makes lziprecover ignore a nonzero -first byte in the LZMA stream when decompressing or testing, has been added. -By default lziprecover now exits with error status 2 if the first LZMA byte -is nonzero in any member of the input files. +When decompressing, testing, or listing, lziprecover now exits with error +status 2 if any empty member is found in a regular multimember file unless +'-i' is given. + +When decompressing or testing, lziprecover now exits with error status 2 if +the first byte of the LZMA stream is not 0 unless '-i' is given. The option '--clear-marking' has been renamed to '--nonzero-repair'. Options '--empty-error' and '--marking-error' have been removed. +The chapter 'Syntax of command-line arguments' has been added to the manual. + Lzip 1.16 (or clzip 1.6) or newer is required to run the tests. |