release dtrx 6.5 trunk

Sat, 04 Jul 2009 11:26:19 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sat, 04 Jul 2009 11:26:19 -0400
branch
trunk
changeset 121
957d19158b7e
parent 120
0b13df37c884
child 122
2b676283366a

release dtrx 6.5

README file | annotate | diff | comparison | revisions
scripts/dtrx file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
tests/compare.py file | annotate | diff | comparison | revisions
web/index.html file | annotate | diff | comparison | revisions
--- 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 <brettcsmith@brettcsmith.org>
-: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
   <http://www.brettcsmith.org/2007/dtrx/>.
   
   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 <http://www.gnu.org/licenses/>.
 
-:Version: 6.4
+:Version: 6.5
 :Manual section: 1
 
 SYNOPSIS
--- 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 <brettcsmith@brettcsmith.org>
+# Copyright © 2006-2009 Brett Smith <brettcsmith@brettcsmith.org>
 # Copyright © 2008 Peter Kelemen <Peter.Kelemen@gmail.com>
 #
 # 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 <brettcsmith@brettcsmith.org>
+Copyright © 2006-2009 Brett Smith <brettcsmith@brettcsmith.org>
 Copyright © 2008 Peter Kelemen <Peter.Kelemen@gmail.com>
 
 This program is free software; you can redistribute it and/or modify it
--- 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",
--- 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 <brettcsmith@brettcsmith.org>.
+# Copyright © 2006-2009 Brett Smith <brettcsmith@brettcsmith.org>.
 #
 # 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
--- 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 @@
 
 <h2>Download</h2>
 
-<p><a href="dtrx-6.4.tar.gz">Download <span class="pname">dtrx</span>
-6.4</a>.  The SHA1 checksum for this file
-is <tt>c3caedc29420cff6487580aad972c05c3757e685</tt>.  Improvements in this
+<p><a href="dtrx-6.5.tar.gz">Download <span class="pname">dtrx</span>
+6.5</a>.  The SHA1 checksum for this file
+is <tt>e6859391ac4ea1969c0e62799ef9466a11a48d89</tt>.  Improvements in this
 release include:</p>
 
 <ul>
 
-<li>Support for autodetecting LZMA compression by file magic.</li>
-<li>Better word wrapping in interactive prmopts.</li>
+<li>Improved performance when listing archive contents.</li>
+<li>Support for newer .deb packages that use bzip2 or lzma
+  compression.</li>
+<li>dtrx now detects more kinds of compressed tar files by their
+  extensions.</li>
+<li>Many improvements in the interactive prmopts.</li>
 
 </ul>
 
@@ -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:</p>
 
-<pre>python setup.py install</pre>
+<pre>python setup.py install --prefix=/usr/local</pre>
 
 <p>See the included <tt>INSTALL</tt> file for more information.</p>
 

mercurial