diff options
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> |