summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:38 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:38 +0000
commitd296515f4777d1e4b7d78e6aa8ea698162bfbc2b (patch)
tree3a4ce9f245a9eb30538daa0b9b62c16146d9ad0e /NEWS
parentAdding debian version 1.17-1. (diff)
downloadlziprecover-d296515f4777d1e4b7d78e6aa8ea698162bfbc2b.tar.xz
lziprecover-d296515f4777d1e4b7d78e6aa8ea698162bfbc2b.zip
Merging upstream version 1.18~pre1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 8 insertions, 18 deletions
diff --git a/NEWS b/NEWS
index 70fd3fd..c46157d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,11 @@
-Changes in version 1.17:
+Changes in version 1.18:
-Merging files now uses an algorithm similar to the ones used to solve
-the "Master Mind" game, which makes it much faster. Up to 2 orders of
-magnitude faster depending on number of files and number of errors.
-Please, report as a bug any files correctly merged by lziprecover 1.16
-that this version can't merge.
+"--repair" now tries to detect gross damage in the file before
+attempting to repair it.
-Repair time has been reduced by 15%.
+"--repair" now tries bytes at member offsets 7 and 8 first because
+errors in these bytes sometimes can't be detected until the end of the
+member.
-The new option "-y, --debug-delay", which finds the max error detection
-delay in a given range of positions, has been added.
-
-The new option "-z, --debug-repair", which test repairs a one-byte error
-at a given position, has been added.
-
-The targets "install-compress", "install-strip-compress",
-"install-info-compress" and "install-man-compress" have been added to
-the Makefile.
-
-The chapter "File names" has been added to the manual.
+The new option "-x, --show-packets", which shows the LZMA packets
+(coding sequences) coded in a given file, has been added.