1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 20:54:34 +01:00
parent 692ad0994c
commit c2f247d236
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 191 additions and 194 deletions

View file

@ -1,9 +1,10 @@
2024-11-23 Antonio Diaz Diaz <antonio@gnu.org>
2025-01-10 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.15-rc1 released.
* Version 1.15 released.
* Remove options '--empty-error' and '--marking-error'.
* main.c (Pp_free): New function.
* decoder.c (LZd_decode_member): Remove support for Sync Flush marker.
* list.c (list_files): Detect write error on stdout.
* clzip.texi: New chapter 'Syntax of command-line arguments'.
* check.sh: Use 'cp' instead of 'cat'.
* testsuite: Add fox_nz.lz. Remove fox6.lz,fox6_mark.lz,test_em.txt.lz.
@ -33,6 +34,7 @@
2021-01-04 Antonio Diaz Diaz <antonio@gnu.org>
* Version 1.12 released.
* Require C99 instead of 'C89 + long long'.
* main.c (main): Report an error if a file name is empty.
Make '-o' behave like '-c', but writing to file instead of stdout.
Make '-c' and '-o' check whether the output is a terminal only once.
@ -181,7 +183,7 @@
* Translated to C from the C++ source of lzip 1.10.
Copyright (C) 2010-2024 Antonio Diaz Diaz.
Copyright (C) 2010-2025 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.