summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-24 12:33:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-09-24 12:33:59 +0000
commit49939235e7e9dc44be30d428909a83bcb6893222 (patch)
treeb08fea28574729e30050cd927b0abe77d39d8345 /ChangeLog
parentAdding upstream version 0.3. (diff)
downloadxlunzip-49939235e7e9dc44be30d428909a83bcb6893222.tar.xz
xlunzip-49939235e7e9dc44be30d428909a83bcb6893222.zip
Adding upstream version 0.4.upstream/0.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2988e55..5f1c883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
+2018-09-18 Antonio Diaz Diaz <antonio@gnu.org>
+
+ * Version 0.4 released.
+ * lzip_decompress module updated to version 4.18.1-2.
+ * lzip.c: Renamed to lzip_decompress.c.
+ * lzip_decompress.c (LZd_init): Fixed a warning on 32 bit systems.
+ * in_place.c (set_file_sizes): Skip trailing zeros efficiently.
+ * main.c: Check return value of close( infd ).
+ * INSTALL: Document use of '-D __USE_MINGW_ANSI_STDIO'.
+
2018-07-10 Antonio Diaz Diaz <antonio@gnu.org>
* Version 0.3 released.
+ * lzip_decompress module updated to version 4.14.40-3.
* lzip.c: Use a precalculated CRC table as lzlib does.
2018-07-09 Antonio Diaz Diaz <antonio@gnu.org>