diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:48:19 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:48:19 +0000 |
commit | f84d656826e79b4c73e42656005c34a80c9bff86 (patch) | |
tree | 445c47ac2fbbf07c76f30ef998e1ff653a99dd2c /ChangeLog | |
parent | Adding upstream version 1.4~rc2. (diff) | |
download | lzlib-f84d656826e79b4c73e42656005c34a80c9bff86.tar.xz lzlib-f84d656826e79b4c73e42656005c34a80c9bff86.zip |
Adding upstream version 1.4.upstream/1.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,22 +1,18 @@ -2013-02-07 Antonio Diaz Diaz <ant_diaz@teleline.es> +2013-05-28 Antonio Diaz Diaz <antonio@gnu.org> - * Version 1.4-rc2 released. - * lzlib.c (LZ_decompress_read): Tell LZ_header_error from - LZ_unexpected_eof the same way as lzip does. - -2013-01-18 Antonio Diaz Diaz <ant_diaz@teleline.es> - - * Version 1.4-rc1 released. + * Version 1.4 released. * Multi-step trials have been implemented. * Compression ratio has been slightly increased. * Compression time has been reduced by 8%. * Decompression time has been reduced by 7%. * lzlib.h: Changed 'long long' values to 'unsigned long long'. * encoder.c (Mf_init): Reduce minimum buffer size to 64KiB. + * lzlib.c (LZ_decompress_read): Tell LZ_header_error from + LZ_unexpected_eof the same way as lzip does. * Makefile.in: Added new target 'install-as-lzip'. * Makefile.in: Added new target 'install-bin'. - * main.c: Define 'strtoull' to 'strtoul' on Windows. * main.c: Use 'setmode' instead of '_setmode' on Windows and OS/2. + * main.c: Define 'strtoull' to 'strtoul' on Windows. 2012-02-29 Antonio Diaz Diaz <ant_diaz@teleline.es> |