summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:24:30 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 07:24:30 +0000
commit54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7 (patch)
treeed32990f53223b13952aa9660c83c23cfa63eb18 /ChangeLog
parentAdding debian version 1.6~pre3-1. (diff)
downloadlzip-54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7.tar.xz
lzip-54ec5ca53eb5d88daf91b3a6fafdbea43d764fa7.zip
Merging upstream version 1.6.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 9 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index dcba1f1..de24425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>