2025-02-17 19:17:21 +01:00
|
|
|
2011-05-18 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
|
|
|
|
|
|
|
* Version 1.2 released.
|
|
|
|
* main.c: Added new option `-F, --recompress'.
|
|
|
|
* main.c (decompress): Print only one status line for each
|
|
|
|
multimember file when only one `-v' is specified.
|
|
|
|
* encoder.h (Lee_update_prices): Update high length symbol prices
|
|
|
|
independently of the value of `pos_state'. This gives better
|
|
|
|
compression for large values of `--match-length' without being
|
|
|
|
slower.
|
|
|
|
* encoder.h encoder.c: Optimize pair price calculations. This
|
|
|
|
reduces compression time for large values of `--match-length'
|
|
|
|
by up to 6%.
|
|
|
|
|
2025-02-17 19:16:11 +01:00
|
|
|
2011-01-11 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-17 19:14:54 +01:00
|
|
|
|
2025-02-17 19:16:11 +01:00
|
|
|
* Version 1.1 released.
|
2025-02-17 19:14:54 +01:00
|
|
|
* Code has been converted to `C89 + long long' from C99.
|
|
|
|
* main.c: Fixed warning about fchown return value being ignored.
|
|
|
|
* decoder.c: `-tvvvv' now shows compression ratio.
|
|
|
|
* main.c: Match length limit set by options -1 to -8 has been
|
|
|
|
reduced to extend range of use towards gzip. Lower numbers now
|
|
|
|
compress less but faster. (-1 now takes 43% less time for only
|
|
|
|
20% larger compressed size).
|
|
|
|
* encoder.c: Compression of option -9 has been slightly increased.
|
2025-02-17 19:16:11 +01:00
|
|
|
* main.c (open_instream): Do not show the message
|
|
|
|
" and `--stdout' was not specified" for directories, etc.
|
2025-02-17 19:14:54 +01:00
|
|
|
* New examples have been added to the manual.
|
|
|
|
|
2025-02-17 18:44:28 +01:00
|
|
|
2010-04-05 Antonio Diaz Diaz <ant_diaz@teleline.es>
|
2025-02-17 18:43:10 +01:00
|
|
|
|
2025-02-17 18:44:28 +01:00
|
|
|
* Version 1.0 released.
|
2025-02-17 18:33:31 +01:00
|
|
|
* Initial release.
|
2025-02-17 19:16:11 +01:00
|
|
|
* Translated to C from the C++ source of lzip 1.10.
|
2025-02-17 18:33:31 +01:00
|
|
|
|
|
|
|
|
2025-02-17 19:16:11 +01:00
|
|
|
Copyright (C) 2010, 2011 Antonio Diaz Diaz.
|
2025-02-17 18:33:31 +01:00
|
|
|
|
|
|
|
This file is a collection of facts, and thus it is not copyrightable,
|
2025-02-17 19:14:54 +01:00
|
|
|
but just in case, you have unlimited permission to copy, distribute and
|
|
|
|
modify it.
|