diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 25 insertions, 14 deletions
@@ -1,3 +1,15 @@ +2024-10-01 Antonio Diaz Diaz <antonio@gnu.org> + + * Version 1.25-pre1 released. + * New options '-F, --fec', '-0' to '-9', '-b, --block-size', + '--fec-file', '-r, --recursive', and '-R, --dereference-recursive'. + * Change short name of option '--byte-repair' to '-B'. + * New options '--ignore-empty' and '--ignore-nonzero'. + * Rename option '--clear-marking' to '--nonzero-repair'. + * Remove options '--empty-error' and '--marking-error'. + * Remove decompression support for Sync Flush marker. + * testsuite: Require lzip/clzip. Add fox6_nz.lz. Remove fox6_mark.lz. + 2024-01-20 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.24 released. @@ -122,8 +134,8 @@ * repair.cc: Repair a damaged dictionary size in the header. * repair.cc: Try bytes at offsets 7 to 11 first. * Decompression time has been reduced by 2%. - * main.cc (decompress): Print up to 6 bytes of trailing data - when '-tvvvv' is specified. + * main.cc (decompress): Print up to 6 bytes of trailing data when + '-tvvvv' is specified. * decoder.cc (verify_trailer): Remove test of final code. * main.cc (main): Delete '--output' file if infd is a terminal. * main.cc (main): Don't use stdin more than once. @@ -166,8 +178,8 @@ 2013-09-14 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.15 released. - * repair.cc: Repair multimember files with up to one byte error - per member. + * repair.cc: Repair multimember files with up to one byte error per + member. * merge.cc: Merge multimember files. * main.cc (show_header): Don't show header version. * lziprecover.texinfo: New chapters 'Repairing files', @@ -189,13 +201,13 @@ 2012-02-24 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 1.13 released. - * Lziprecover is now distributed in its own package. Until - version 1.12 it was included in the lzip package. Previous - entries in this file are taken from there. + * Lziprecover is now distributed in its own package. Until version + 1.12 it was included in the lzip package. Previous entries in this + file are taken from there. * lziprecover.cc: Rename to main.cc. * New files merge.cc, repair.cc, split.cc, and range_dec.cc. - * main.cc: Add decompressor options (-c, -d, -k, -t) so that - an external decompressor is not needed for recovery nor for + * main.cc: Add decompressor options (-c, -d, -k, -t) so that an + external decompressor is not needed for recovery nor for "make check". * New option '-D, --range-decompress', which extracts a range of bytes decompressing only the members containing the desired data. @@ -226,8 +238,8 @@ This change also prevents (harmless) access to uninitialized memory when decompressing a corrupt file. * lziprecover.cc: New options '-f, --force' and '-o, --output'. - * lziprecover.cc: New option '-s, --split' to select the until - now only operation of splitting multimember files. + * lziprecover.cc: New option '-s, --split' to select the until now + only operation of splitting multimember files. * lziprecover.cc: If no operation is specified, warn the user and do nothing. @@ -246,6 +258,5 @@ Copyright (C) 2009-2024 Antonio Diaz Diaz. -This file is a collection of facts, and thus it is not copyrightable, -but just in case, you have unlimited permission to copy, distribute, and -modify it. +This file is a collection of facts, and thus it is not copyrightable, but just +in case, you have unlimited permission to copy, distribute, and modify it. |