summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-05-03 15:08:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-05-03 15:08:43 +0000
commitbaa87c84edd812698e37703a897a4a40323b70e4 (patch)
tree2f24a127737c770262cafd56fc537c8994172814 /README
parentReleasing debian version 0.4-9. (diff)
downloadxlunzip-baa87c84edd812698e37703a897a4a40323b70e4.tar.xz
xlunzip-baa87c84edd812698e37703a897a4a40323b70e4.zip
Merging upstream version 0.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 1b26b05..c5ebbf3 100644
--- a/README
+++ b/README
@@ -14,7 +14,8 @@ corrupted data.
Note that the in-place decompression of concatenated files can't be
guaranteed to work because an arbitrarily low compression ratio of the
last part of the data can be achieved by appending enough empty
-compressed members to a file.
+compressed members to a file, masking a high compression ratio at the
+beginning of the data.
The xlunzip tarball contains a copy of the lzip_decompress module and
can be compiled and tested without downloading or applying the patch to
@@ -26,8 +27,8 @@ http://download.savannah.gnu.org/releases/lzip/kernel/
Lzip related components in the kernel
=====================================
-The lzip_decompress module in lib/lzip.c provides a versatile lzip
-decompression function able to do buffer to buffer decompression or
+The lzip_decompress module in lib/lzip_decompress.c provides a versatile
+lzip decompression function able to do buffer to buffer decompression or
stream decompression with fill and flush callback functions. The usage
of the function is documented in include/linux/lzip.h.
@@ -37,10 +38,10 @@ interface as the other decompress_*.c files, which is defined in
include/linux/decompress/generic.h.
-Copyright (C) 2016-2018 Antonio Diaz Diaz.
+Copyright (C) 2016-2020 Antonio Diaz Diaz.
This file is free documentation: you have unlimited permission to copy,
-distribute and modify it.
+distribute, and modify it.
The file Makefile.in is a data file used by configure to produce the
Makefile. It has the same copyright owner and permissions that configure