# HG changeset patch # User Brett Smith # Date 1251647749 14400 # Node ID 19c34f5fc8ebfce906c53c136ee2f9bb74e0c6ef # Parent 8570c14304bbf2403a6fc0e40812966516e417f2 release dtrx 6.6 diff -r 8570c14304bb -r 19c34f5fc8eb README --- a/README Sun Aug 30 11:46:30 2009 -0400 +++ b/README Sun Aug 30 11:55:49 2009 -0400 @@ -10,7 +10,7 @@ :Date: 2009-07-04 :Copyright: - dtrx 6.5 is copyright © 2006-2009 Brett Smith and others. Feel free to + dtrx 6.6 is copyright © 2006-2009 Brett Smith and others. Feel free to send comments, bug reports, patches, and so on. You can find the latest version of dtrx on its home page at . @@ -28,7 +28,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . -:Version: 6.5 +:Version: 6.6 :Manual section: 1 SYNOPSIS diff -r 8570c14304bb -r 19c34f5fc8eb setup.py --- a/setup.py Sun Aug 30 11:46:30 2009 -0400 +++ b/setup.py Sun Aug 30 11:55:49 2009 -0400 @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="dtrx", - version = "6.5", + version = "6.6", description = "Script to intelligently extract multiple archive types", author = "Brett Smith", author_email = "brettcsmith@brettcsmith.org", @@ -24,7 +24,7 @@ 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, or compress. + 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. diff -r 8570c14304bb -r 19c34f5fc8eb web/index.html --- a/web/index.html Sun Aug 30 11:46:30 2009 -0400 +++ b/web/index.html Sun Aug 30 11:55:49 2009 -0400 @@ -63,7 +63,8 @@ rar, gz, bz2, -lzma, and many kinds of +lzma, +xz, and many kinds of exe files, including Microsoft Cabinet archives, InstallShield archives, and self-extracting zip files. @@ -87,19 +88,14 @@

Download

-

Download dtrx -6.5. The SHA1 checksum for this file -is e6859391ac4ea1969c0e62799ef9466a11a48d89. Improvements in this +

Download dtrx +6.6. The SHA1 checksum for this file +is 18b689739596007a2bb43a4ab94d341b68a05c9c. Improvements in this release include:

    -
  • Improved performance when listing archive contents.
  • -
  • Support for newer .deb packages that use bzip2 or lzma - compression.
  • -
  • dtrx now detects more kinds of compressed tar files by their - extensions.
  • -
  • Many improvements in the interactive prmopts.
  • +
  • Support for xz compression.