summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog52
1 files changed, 34 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index e83d855..f56ab7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,31 @@
-2023-06-14 Antonio Diaz Diaz <antonio@gnu.org>
+2024-10-01 Antonio Diaz Diaz <antonio@gnu.org>
- * Version 1.24-pre1 released.
+ * 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.
* 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'.
+ Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
(show_option_error): New function showing argument and option name.
+ (main): Make -o preserve date/mode/owner if 1 input file.
+ (open_outstream): Create missing intermediate directories.
* lzip.h: Rename verify_* to check_*.
- * unzcrash.cc: Rename '--no-verify' to '--no-check'.
* repair.cc: Rename to byte_repair.cc.
+ * unzcrash.cc: Rename '--no-verify' to '--no-check'.
+ * configure, Makefile.in: New variable 'MAKEINFO'.
+ * Makefile.in: Remove target 'install-as-lzip'; -e needs a real lzip.
* testsuite: New test files test_3m.txt.lz.md5, fox6_mark.lz.
2022-01-21 Antonio Diaz Diaz <antonio@gnu.org>
@@ -117,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.
@@ -161,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',
@@ -184,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.
@@ -221,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.
@@ -239,8 +256,7 @@
* unzcrash.cc: Test all 1-byte errors.
-Copyright (C) 2009-2023 Antonio Diaz Diaz.
+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.