diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:52 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:48:52 +0000 |
commit | f54a7a4ec93edd17931119fbc49c3c11766602a0 (patch) | |
tree | e1aa15945c173b261bcaf9b50743535426acfe79 /ChangeLog | |
parent | Adding upstream version 1.9. (diff) | |
download | lzip-f54a7a4ec93edd17931119fbc49c3c11766602a0.tar.xz lzip-f54a7a4ec93edd17931119fbc49c3c11766602a0.zip |
Adding upstream version 1.10.upstream/1.10
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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. |