Release dtrx 6.4 trunk

Thu, 11 Dec 2008 21:37:03 -0500

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Thu, 11 Dec 2008 21:37:03 -0500
branch
trunk
changeset 101
014efef1a48f
parent 100
7353b443dc98
child 102
a47d4b73053b

Release dtrx 6.4

README file | annotate | diff | comparison | revisions
scripts/dtrx file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
web/index.html file | annotate | diff | comparison | revisions
--- a/README	Thu Dec 11 21:19:26 2008 -0500
+++ b/README	Thu Dec 11 21:37:03 2008 -0500
@@ -88,7 +88,7 @@
 Other Useful Information
 ------------------------
 
-dtrx 6.3 is copyright ⓒ 2006, 2007, 2008 `Brett Smith`_ and others.  Feel
+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`_.
 
--- a/scripts/dtrx	Thu Dec 11 21:19:26 2008 -0500
+++ b/scripts/dtrx	Thu Dec 11 21:37:03 2008 -0500
@@ -40,7 +40,7 @@
 except NameError:
     from sets import Set as set
 
-VERSION = "6.3"
+VERSION = "6.4"
 VERSION_BANNER = """dtrx version %s
 Copyright ⓒ 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>
 Copyright ⓒ 2008 Peter Kelemen <Peter.Kelemen@gmail.com>
--- a/setup.py	Thu Dec 11 21:19:26 2008 -0500
+++ b/setup.py	Thu Dec 11 21:37:03 2008 -0500
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name="dtrx",
-      version = "6.3",
+      version = "6.4",
       description = "Script to intelligently extract multiple archive types",
       author = "Brett Smith",
       author_email = "brettcsmith@brettcsmith.org",
--- a/web/index.html	Thu Dec 11 21:19:26 2008 -0500
+++ b/web/index.html	Thu Dec 11 21:37:03 2008 -0500
@@ -87,16 +87,15 @@
 
 <h2>Download</h2>
 
-<p><a href="dtrx-6.3.tar.gz">Download <span class="pname">dtrx</span>
-6.3</a>.  The SHA1 checksum for this file
-is <tt>7bf5014b832a38ae42543af3ec16c7a5a12c35ff</tt>.  New features in this
+<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
 release include:</p>
 
 <ul>
 
-<li>New support for RAR archives, thanks to Peter Kelemen.</li>
-<li><span class="pname">dtrx</span> will no longer crash when extracting
-  certain archive types with the verbose option turned on.</li>
+<li>Support for autodetecting LZMA compression by file magic.</li>
+<li>Better word wrapping in interactive prmopts.</li>
 
 </ul>
 

mercurial