diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:00 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 07:23:00 +0000 |
commit | 7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee (patch) | |
tree | c998e3ce491834f84eb9b733c757d83efed25842 /ChangeLog | |
parent | Adding upstream version 1.6~pre1. (diff) | |
download | lzip-7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee.tar.xz lzip-7cad15d85d55c7ad11cb25c2ec5e8cd17ecc84ee.zip |
Adding upstream version 1.6~pre2.upstream/1.6_pre2
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,14 @@ +2009-05-21 Antonio Diaz <ant_diaz@teleline.es> + + * Version 1.6-pre2 released. + * Decompression time has been reduced by 17%. + * 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 <ant_diaz@teleline.es> * Version 1.6-pre1 released. @@ -18,6 +29,7 @@ * Lzdiff and lzgrep now accept "-h" for "--help" and "-V" for "--version". * Makefile.in: Man page is now installed by default. + * testsuite/check.sh: Verify that files are open in binary mode. 2009-01-24 Antonio Diaz <ant_diaz@teleline.es> |