diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:58 +0000 |
commit | a6d09be49119730dcd937e5563da7deed1d3f3c9 (patch) | |
tree | dfb893a5a7da419980d69c09f372ca05f3b3f0db /ChangeLog | |
parent | Adding debian version 1.9-1. (diff) | |
download | lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.tar.xz lzip-a6d09be49119730dcd937e5563da7deed1d3f3c9.zip |
Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2010-04-05 Antonio Diaz Diaz <ant_diaz@teleline.es> + + * Version 1.10 released. + * decoder.h: Input_buffer integrated in Range_decoder. + * main.cc: File specified with option "-o" is now created with + mode 0666 if umask allows it, deleted if interrupted by user. + * main.cc: New constant "o_binary". + * main.cc: Dictionary size for options -2, -3, -4 and -8 has + been changed to improve linearity of compressed sizes. + * lzip.h: Fixed warnings produced by over-optimization (-O3). + * Makefile.in: Added quotes to directory names. + 2010-01-17 Antonio Diaz Diaz <ant_diaz@teleline.es> * Version 1.9 released. |