summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 10 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index e68f1e9..e1cde43 100644
--- a/NEWS
+++ b/NEWS
@@ -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.