# HG changeset patch # User Brett Smith # Date 1246721179 14400 # Node ID 957d19158b7efd9178a0e231f0278db4d8096f6a # Parent 0b13df37c88469bb48c81a0a30f0e9ece75533ec release dtrx 6.5 diff -r 0b13df37c884 -r 957d19158b7e README --- a/README Sat Jul 04 11:18:33 2009 -0400 +++ b/README Sat Jul 04 11:26:19 2009 -0400 @@ -7,12 +7,12 @@ ---------------------------------- :Author: Brett Smith -:Date: 2009-05-05 +:Date: 2009-07-04 :Copyright: - dtrx 6.4 is copyright © 2006, 2007, 2008 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 + dtrx 6.5 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 . dtrx is free software; you can redistribute it and/or modify it under the @@ -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.4 +:Version: 6.5 :Manual section: 1 SYNOPSIS diff -r 0b13df37c884 -r 957d19158b7e scripts/dtrx --- a/scripts/dtrx Sat Jul 04 11:18:33 2009 -0400 +++ b/scripts/dtrx Sat Jul 04 11:26:19 2009 -0400 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # dtrx -- Intelligently extract various archive types. -# Copyright © 2006, 2007, 2008 Brett Smith +# Copyright © 2006-2009 Brett Smith # Copyright © 2008 Peter Kelemen # # This program is free software; you can redistribute it and/or modify it @@ -44,9 +44,9 @@ except NameError: from sets import Set as set -VERSION = "6.4" +VERSION = "6.5" VERSION_BANNER = """dtrx version %s -Copyright © 2006, 2007, 2008 Brett Smith +Copyright © 2006-2009 Brett Smith Copyright © 2008 Peter Kelemen This program is free software; you can redistribute it and/or modify it diff -r 0b13df37c884 -r 957d19158b7e setup.py --- a/setup.py Sat Jul 04 11:18:33 2009 -0400 +++ b/setup.py Sat Jul 04 11:26:19 2009 -0400 @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="dtrx", - version = "6.4", + version = "6.5", description = "Script to intelligently extract multiple archive types", author = "Brett Smith", author_email = "brettcsmith@brettcsmith.org", diff -r 0b13df37c884 -r 957d19158b7e tests/compare.py --- a/tests/compare.py Sat Jul 04 11:18:33 2009 -0400 +++ b/tests/compare.py Sat Jul 04 11:26:19 2009 -0400 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # compare.py -- High-level tests for dtrx. -# Copyright © 2006, 2007, 2008 Brett Smith . +# Copyright © 2006-2009 Brett Smith . # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff -r 0b13df37c884 -r 957d19158b7e web/index.html --- a/web/index.html Sat Jul 04 11:18:33 2009 -0400 +++ b/web/index.html Sat Jul 04 11:26:19 2009 -0400 @@ -87,15 +87,19 @@

Download

-

Download dtrx -6.4. The SHA1 checksum for this file -is c3caedc29420cff6487580aad972c05c3757e685. Improvements in this +

Download dtrx +6.5. The SHA1 checksum for this file +is e6859391ac4ea1969c0e62799ef9466a11a48d89. Improvements in this release include:

    -
  • Support for autodetecting LZMA compression by file magic.
  • -
  • Better word wrapping in interactive prmopts.
  • +
  • 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.
@@ -126,7 +130,7 @@ convenient for you, but if you want to install the program system-wide, you can also run the following command as root or equivalent:

-
python setup.py install
+
python setup.py install --prefix=/usr/local

See the included INSTALL file for more information.