Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
093c647604
commit
62d1763fed
17 changed files with 216 additions and 154 deletions
38
ChangeLog
38
ChangeLog
|
@ -1,3 +1,10 @@
|
|||
2024-11-08 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.14-rc1 released.
|
||||
* main.c (decompress): Return 2 if empty member in multimember file.
|
||||
(Pp_free): New function.
|
||||
* check.sh: Use 'cp' instead of 'cat'.
|
||||
|
||||
2024-01-21 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.13 released.
|
||||
|
@ -39,12 +46,12 @@
|
|||
2018-02-04 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.9 released.
|
||||
* main.c: New option '--loose-trailing'.
|
||||
* main.c (decompress): Improve corrupt header detection to HD=3.
|
||||
* New option '--loose-trailing'.
|
||||
* Replace 'bits/byte' with inverse compression ratio in output.
|
||||
* main.c: Show final diagnostic when testing multiple files.
|
||||
* main.c: Do not add a second .lz extension to the arg of -o.
|
||||
* main.c (lzip_decode): Show stored sizes also in hex.
|
||||
* main.c (decompress): Improve corrupt header detection to HD=3.
|
||||
(main): Show final diagnostic when testing multiple files.
|
||||
(set_c_outname): Do not add a second '.lz' to the arg of '-o'.
|
||||
(lzip_decode): Show stored sizes also in hex.
|
||||
Show dictionary size at verbosity level 4 (-vvvv).
|
||||
|
||||
2017-04-12 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
@ -58,10 +65,9 @@
|
|||
* Version 1.7 released.
|
||||
* main.c: New option '-a, --trailing-error'.
|
||||
* main.c (main): Delete '--output' file if infd is a terminal.
|
||||
* main.c (main): Don't use stdin more than once.
|
||||
(main): Don't use stdin more than once.
|
||||
* configure: Avoid warning on some shells when testing for gcc.
|
||||
* check.sh: A POSIX shell is required to run the tests.
|
||||
* check.sh: Don't check error messages.
|
||||
* check.sh: Require a POSIX shell. Don't check error messages.
|
||||
|
||||
2015-05-26 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -78,16 +84,16 @@
|
|||
2013-05-27 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.4 released.
|
||||
* Decompression time has been reduced by 5%.
|
||||
* main.c: New options '-f, --force', '-F, --recompress',
|
||||
'-k, --keep', and '-o, --output'.
|
||||
* main.c: Accept more than one file in command line.
|
||||
* Decompression time has been reduced by 5%.
|
||||
* main.c: '--test' no longer needs '/dev/null'.
|
||||
* Fix return value of '-d' and '-t' in case of data error.
|
||||
* main.c: Change info shown at verbosity levels 2 and 3.
|
||||
* Ignore option '-n, --threads' for compatibility with plzip.
|
||||
Accept more than one file in command line.
|
||||
(main): '--test' no longer needs '/dev/null'.
|
||||
(main): Fix return value of '-d' and '-t' in case of data error.
|
||||
Change info shown at verbosity levels 2 and 3.
|
||||
(main): Ignore option '-n, --threads' for compatibility with plzip.
|
||||
* configure: Options now accept a separate argument.
|
||||
* configure: Rename 'datadir' to 'datarootdir'.
|
||||
Rename 'datadir' to 'datarootdir'.
|
||||
* Makefile.in: New targets 'install-as-lzip' and 'install-bin'.
|
||||
|
||||
2012-01-03 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
@ -95,7 +101,7 @@
|
|||
* Version 1.3 released.
|
||||
* Small change in '--help' output and man page.
|
||||
* Change quote characters in messages as advised by GNU Standards.
|
||||
* main.c: Set stdin/stdout in binary mode on OS2.
|
||||
* main.c (main): Set stdin/stdout in binary mode on OS2.
|
||||
|
||||
2011-01-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue