diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:32:20 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-06 11:32:20 +0000 |
commit | 3d23a83fd1e0732d9103ceaf8fd30ac3aadf7035 (patch) | |
tree | f02d32497d7c5b913ef32a2270c498ed47a987d1 /ChangeLog | |
parent | Adding upstream version 1.1. (diff) | |
download | clzip-3d23a83fd1e0732d9103ceaf8fd30ac3aadf7035.tar.xz clzip-3d23a83fd1e0732d9103ceaf8fd30ac3aadf7035.zip |
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +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%. + 2011-01-11 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 1.1 released. |