From f8fed18200cb09cbfc522b73fb5143b942e35544 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sat, 19 Nov 2011 17:25:40 -0500 Subject: [PATCH] Update documentation. --HG-- branch : trunk --- INSTALL | 3 +++ NEWS | 17 +++++++++++++++++ README | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index abe9d07..c3bb66b 100644 --- a/INSTALL +++ b/INSTALL @@ -36,6 +36,9 @@ gem archives 7z archives 7z +lzh archives + lha + Microsoft Cabinet archives cabextract diff --git a/NEWS b/NEWS index ae6db2f..9b3884b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ Changes in dtrx =============== +Version 7.1 +----------- + +New features +~~~~~~~~~~~~ + + * LHA archives are now supported. + +Bug fixes +~~~~~~~~~ + + * dtrx will no longer offer to extract the zero archive files found in a + zero-file archive. + + * Temporary directories will be cleaned up after extracting an empty + archive. + Version 7.0 ----------- diff --git a/README b/README index bc2a97c..739510b 100644 --- a/README +++ b/README @@ -41,8 +41,8 @@ DESCRIPTION dtrx extracts archives in a number of different formats; it currently supports tar, zip (including self-extracting .exe files), cpio, rpm, deb, -gem, 7z, cab, rar, and InstallShield files. It can also decompress files -compressed with gzip, bzip2, lzma, xz, or compress. +gem, 7z, cab, rar, lzh, and InstallShield files. It can also decompress +files compressed with gzip, bzip2, lzma, xz, or compress. In addition to providing one command to handle many different archive types, dtrx also aids the user by extracting contents consistently. By