From ded8a26aa08aae51e4bae9fe34ccf1410dcb55cb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 10:30:51 +0100 Subject: Merging upstream version 1.13~rc1. Signed-off-by: Daniel Baumann --- ChangeLog | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88accb1..a173610 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-12 Antonio Diaz Diaz + + * Version 1.13-rc1 released. + * Lziprecover has been moved to its own package. + * main.cc (close_and_set_permissions): Inability to change output + file attributes has been downgraded from error to warning. + 2011-04-30 Antonio Diaz Diaz * Version 1.12 released. @@ -18,7 +25,9 @@ " and `--stdout' was not specified" for directories, etc. * lziprecover.cc: If `-v' is not specified show errors only. * testsuite/unzcrash.cc: Use Arg_parser. - * testsuite/unzcrash.cc: Added new options `-b', `-p' and `-s'. + * 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 @@ -31,19 +40,19 @@ compress less but faster. (-1 now takes 43% less time for only 20% larger compressed size). * encoder.cc: Compression of option -9 has been slightly increased. - * lziprecover.cc: Added new option `--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 `--repair' for repairing a - 1-byte error in single-member files. + * 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 `--force'. - * lziprecover.cc: Added new option `--output'. - * lziprecover.cc: Added new option `--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 multimember files. * lziprecover.cc: If no operation is specified, warn the user and do nothing. * main.cc: Fixed warning about fchown's return value being ignored. @@ -123,9 +132,9 @@ * Version 1.4 released. * Implemented compression of version 1 files. - * Added new option `--member-size'. - * Added new option `--volume-size'. - * Added new option `--output'. + * Added new option `-b, --member-size'. + * Added new option `-S, --volume-size'. + * Added new option `-o, --output'. * main.cc: Read from non regular files if `--stdout' is specified. * Added `lziprecover', a member recoverer program. * testsuite/unzcrash.cc: Test all 1-byte errors. -- cgit v1.2.3