From 8dacaef769ff9c9c86b3900ca3d2846cf6448dfc Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 13 May 2008 01:15:12 -0400 Subject: [PATCH] Compress/LZW can be written as well. SVN-Revision: 47 --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 3652503dd..50a9d628f 100644 --- a/README +++ b/README @@ -69,6 +69,7 @@ Currently, the library automatically detects and reads the following: The library can write: * gzip compression * bzip2 compression + * compress/LZW compression * POSIX ustar * POSIX pax interchange format * "restricted" pax format, which will create ustar archives except for -- 2.47.3