Adding upstream version 1.24~pre1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
17a94531bd
commit
b5b27e635c
37 changed files with 1495 additions and 1214 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2023-06-14 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.24-pre1 released.
|
||||
* New options '--empty-error', '--marking-error', '--clear-marking'.
|
||||
* dump_remove.cc, main.cc: Accept 'empty' in --dump, --remove, --strip.
|
||||
* main.cc: Rename '--repair' to '--byte-repair'.
|
||||
Rename '--debug-repair' to '--debug-byte-repair'.
|
||||
(show_option_error): New function showing argument and option name.
|
||||
* lzip.h: Rename verify_* to check_*.
|
||||
* unzcrash.cc: Rename '--no-verify' to '--no-check'.
|
||||
* repair.cc: Rename to byte_repair.cc.
|
||||
* testsuite: New test files test_3m.txt.lz.md5, fox6_mark.lz.
|
||||
|
||||
2022-01-21 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.23 released.
|
||||
|
@ -54,7 +67,7 @@
|
|||
some kinds of corrupt trailers and
|
||||
some fake trailers embedded in trailing data.
|
||||
* split.cc: Use Lzip_index to split members, gaps and trailing data.
|
||||
* split.cc: Verify last member before writing anything.
|
||||
* split.cc: Check last member before writing anything.
|
||||
* list.cc (list_files): With '-i', ignore format errors, show gaps.
|
||||
* range_dec.cc: With '-i', ignore a truncated last member.
|
||||
* main.cc (main): Check return value of close( infd ).
|
||||
|
@ -64,7 +77,7 @@
|
|||
* lziprecover.texi: New chapter 'Tarlz'.
|
||||
* configure: Accept appending to CXXFLAGS; 'CXXFLAGS+=OPTIONS'.
|
||||
* INSTALL: Document use of CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO'.
|
||||
* New test files fox.lz, fox6_sc[1-6].lz.
|
||||
* testsuite: New test files fox.lz, fox6_sc[1-6].lz.
|
||||
|
||||
2018-02-12 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -226,7 +239,7 @@
|
|||
* unzcrash.cc: Test all 1-byte errors.
|
||||
|
||||
|
||||
Copyright (C) 2009-2022 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2023 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