Adding upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
af9e755a7b
commit
69745dbf52
20 changed files with 632 additions and 272 deletions
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2016-05-14 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.5 released.
|
||||
* main.cc: Added new option '-a, --trailing-error'.
|
||||
* main.cc (main): Delete '--output' file if infd is a terminal.
|
||||
* main.cc (main): Don't use stdin more than once.
|
||||
* lzip.texi: Added chapters 'Trailing data' and 'Examples'.
|
||||
* configure: Avoid warning on some shells when testing for g++.
|
||||
* Makefile.in: Detect the existence of install-info.
|
||||
* testsuite/check.sh: A POSIX shell is required to run the tests.
|
||||
* testsuite/check.sh: Don't check error messages.
|
||||
|
||||
2015-07-09 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.4 released.
|
||||
|
@ -6,11 +18,11 @@
|
|||
2015-01-22 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
* Version 1.3 released.
|
||||
* dec_stream.cc: Do not use output packets or muxer when testing.
|
||||
* dec_stream.cc: Don't use output packets or muxer when testing.
|
||||
* Make '-dvvv' and '-tvvv' show dictionary size like lzip.
|
||||
* lzip.h: Added missing 'const' to the declaration of 'compress'.
|
||||
* Added chapters 'Memory requirements' and 'Minimum file sizes'
|
||||
to manual.
|
||||
* lzip.texi: Added chapters 'Memory requirements' and
|
||||
'Minimum file sizes'.
|
||||
* Makefile.in: Added new targets 'install*-compress'.
|
||||
|
||||
2014-08-29 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
@ -27,7 +39,7 @@
|
|||
|
||||
* Version 1.1 released.
|
||||
* Show progress of compression at verbosity level 2 (-vv).
|
||||
* SIGUSR1 and SIGUSR2 are no more used to signal a fatal error.
|
||||
* SIGUSR1 and SIGUSR2 are no longer used to signal a fatal error.
|
||||
|
||||
2013-05-29 Antonio Diaz Diaz <antonio@gnu.org>
|
||||
|
||||
|
@ -69,7 +81,7 @@
|
|||
to match those of lzip 1.11.
|
||||
* decompress.cc: A limit has been set on the number of packets
|
||||
produced by workers to limit the amount of memory used.
|
||||
* main.cc (open_instream): Do not show the message
|
||||
* main.cc (open_instream): Don't show the message
|
||||
" and '--stdout' was not specified" for directories, etc.
|
||||
* main.cc: Fixed warning about fchown return value being ignored.
|
||||
* testsuite: 'test1' renamed to 'test.txt'. Added new tests.
|
||||
|
@ -78,8 +90,8 @@
|
|||
|
||||
* Version 0.6 released.
|
||||
* Small portability fixes.
|
||||
* Added chapter 'Program Design' and description of option
|
||||
'--threads' to manual.
|
||||
* lzip.texinfo: Added chapter 'Program Design' and description
|
||||
of option '--threads'.
|
||||
* Debug stats have been fixed.
|
||||
|
||||
2010-02-10 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
||||
|
@ -127,7 +139,7 @@
|
|||
until something better appears on the net.
|
||||
|
||||
|
||||
Copyright (C) 2009-2015 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2016 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