diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:24 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:45:24 +0000 |
commit | 53d61f05fc82d86829666485c0012780c1c93da2 (patch) | |
tree | ec05873b6fec3fd5f57543449a1a459ccd5190f0 /ChangeLog | |
parent | Adding upstream version 1.1. (diff) | |
download | lzlib-53d61f05fc82d86829666485c0012780c1c93da2.tar.xz lzlib-53d61f05fc82d86829666485c0012780c1c93da2.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-10-25 Antonio Diaz Diaz <ant_diaz@teleline.es> + + * Version 1.2 released. + * 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.cc: Optimize pair price calculations. This + reduces compression time for large values of `--match-length' + by up to 6%. + * main.cc: Added new option `-F, --recompress'. + * Makefile.in: `make install' no more tries to run + `/sbin/ldconfig' on systems lacking it. + 2011-01-03 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 1.1 released. |