Adding upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7fe0f13dd3
commit
f9853ec595
21 changed files with 720 additions and 282 deletions
51
ChangeLog
51
ChangeLog
|
@ -1,49 +1,49 @@
|
|||
2011-11-20 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
2012-02-24 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.13-rc2 released.
|
||||
* Added new option `-D, --range-decompress' which extracts a
|
||||
range of bytes decompressing only the members containing the
|
||||
desired data.
|
||||
* Added new option `-l, --list' which prints correct total file
|
||||
sizes and ratios even for multimember files.
|
||||
* New file range_dec.cc.
|
||||
* testsuite/check.sh: Do not use `ln'. `ln' doesn't work on OS/2.
|
||||
|
||||
2011-11-12 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.13-rc1 released.
|
||||
* Version 1.13 released.
|
||||
* Lziprecover is now distributed in its own package. Until
|
||||
version 1.12 it was included in the lzip package.
|
||||
version 1.12 it was included in the lzip package. Previous
|
||||
entries in this file are taken from there.
|
||||
* lziprecover.cc: Renamed to main.cc.
|
||||
* New files merge.cc, repair.cc, split.cc, and range_dec.cc.
|
||||
* main.cc: Added decompressor options (-c, -d, -k, -t) so that
|
||||
a external decompressor is not needed for recovery nor for
|
||||
"make check".
|
||||
* New files merge.cc, repair.cc and split.cc.
|
||||
* Added new option '-D, --range-decompress' which extracts a
|
||||
range of bytes decompressing only the members containing the
|
||||
desired data.
|
||||
* Added new option '-l, --list' which prints correct total file
|
||||
sizes and ratios even for multi-member files.
|
||||
* merge.cc repair.cc: Remove output file if recovery fails.
|
||||
* Changed quote characters in messages as advised by GNU Standards.
|
||||
* split.cc: Use Boyer-Moore algorithm to search for headers.
|
||||
* testsuite/check.sh: Use `ln' instead of `cat' for input files.
|
||||
* configure: 'datadir' renamed to 'datarootdir'.
|
||||
|
||||
2011-04-30 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.12 released.
|
||||
* lziprecover.cc: If `-v' is not specified show errors only.
|
||||
* lziprecover.cc: If '-v' is not specified show errors only.
|
||||
* testsuite/unzcrash.cc: Use Arg_parser.
|
||||
* testsuite/unzcrash.cc: Added new option '-b, --bits'.
|
||||
* testsuite/unzcrash.cc: Added new option '-p, --position'.
|
||||
* testsuite/unzcrash.cc: Added new option '-s, --size'.
|
||||
|
||||
2010-09-16 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.11 released.
|
||||
* lziprecover.cc: Added new option `-m, --merge' which tries to
|
||||
* lziprecover.cc: Added new option '-m, --merge' which tries to
|
||||
produce a correct file merging the good parts of two or more
|
||||
damaged copies.
|
||||
* lziprecover.cc: Added new option `-R, --repair' for repairing
|
||||
* lziprecover.cc: Added new option '-R, --repair' for repairing
|
||||
a 1-byte error in single-member files.
|
||||
* decoder.cc (decode_member): Detect file errors earlier to
|
||||
improve efficiency of lziprecover's new repair capability.
|
||||
This change also prevents (harmless) access to uninitialized
|
||||
memory when decompressing a corrupt file.
|
||||
* lziprecover.cc: Added new option `-f, --force'.
|
||||
* lziprecover.cc: Added new option `-o, --output'.
|
||||
* lziprecover.cc: Added new option `-s, --split' to select the
|
||||
until now only operation of splitting multimember files.
|
||||
* lziprecover.cc: Added new option '-f, --force'.
|
||||
* lziprecover.cc: Added new option '-o, --output'.
|
||||
* lziprecover.cc: Added new option '-s, --split' to select the
|
||||
until now only operation of splitting multi-member files.
|
||||
* lziprecover.cc: If no operation is specified, warn the user
|
||||
and do nothing.
|
||||
|
||||
|
@ -56,10 +56,11 @@
|
|||
2009-01-24 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
* Version 1.4 released.
|
||||
* Added `lziprecover', a member recoverer program.
|
||||
* Added 'lziprecover', a member recoverer program.
|
||||
* testsuite/unzcrash.cc: Test all 1-byte errors.
|
||||
|
||||
|
||||
Copyright (C) 2009, 2010, 2011 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009, 2010, 2011, 2012 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue