summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daa565b..dfd0c86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>