diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:24:20 +0000 |
commit | f1eee6d491a84850317722457f9cbfafc9e86150 (patch) | |
tree | bad3e67de4e6bef3a4e638c8581b3eda98aa1226 /ChangeLog | |
parent | Adding upstream version 1.6~pre3. (diff) | |
download | lzip-f1eee6d491a84850317722457f9cbfafc9e86150.tar.xz lzip-f1eee6d491a84850317722457f9cbfafc9e86150.zip |
Adding upstream version 1.6.upstream/1.6
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 9 insertions, 16 deletions
@@ -1,28 +1,21 @@ -2009-06-03 Antonio Diaz Diaz <ant_diaz@teleline.es> +2009-06-22 Antonio Diaz Diaz <ant_diaz@teleline.es> - * Version 1.6-pre3 released. - * Added decompression support for Sync Flush marker. - * Removed some "bashisms" from lzdiff and lzgrep. - * Dictionary size for options "-1" to "-4" has been changed. - -2009-05-21 Antonio Diaz Diaz <ant_diaz@teleline.es> - - * Version 1.6-pre2 released. + * Version 1.6 released. * Decompression time has been reduced by 17%. + * Added decompression support for Sync Flush marker. * Added support for .tbz extension to lzdiff and lzgrep. * Added man pages for lzdiff, lzgrep and lziprecover. * encoder.cc (Matchfinder): Reduce memory use to 9x if input file is smaller than dictionary size limit. - * testsuite/check.sh: Test lziprecover. - * Export LC_ALL=C in all scripts. - -2009-04-27 Antonio Diaz Diaz <ant_diaz@teleline.es> - - * Version 1.6-pre1 released. - * Makefile.in: Extra files are now installed by default. * decoder.cc: Added extra flush calls to improve partial decompression of corrupt files. * "--test" no more needs "/dev/null". + * Removed some "bashisms" from lzdiff and lzgrep. + * Dictionary size for options "-1" to "-4" has been changed. + * main.cc (signal_handler): Declared as `extern "C"'. + * Makefile.in: Extra files are now installed by default. + * testsuite/check.sh: Test lziprecover. + * Added "export LC_ALL=C" to all scripts. 2009-04-12 Antonio Diaz Diaz <ant_diaz@teleline.es> |