release dtrx 6.6 trunk

Sun, 30 Aug 2009 11:55:49 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sun, 30 Aug 2009 11:55:49 -0400
branch
trunk
changeset 124
19c34f5fc8eb
parent 123
8570c14304bb
child 125
c4495fc7d00d

release dtrx 6.6

README file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
web/index.html file | annotate | diff | comparison | revisions
--- 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
   <http://www.brettcsmith.org/2007/dtrx/>.
@@ -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.5
+:Version: 6.6
 :Manual section: 1
 
 SYNOPSIS
--- 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.
--- 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 @@
 <span class="pname">rar</span>,
 <span class="pname">gz</span>,
 <span class="pname">bz2</span>,
-<span class="pname">lzma</span>, and many kinds of
+<span class="pname">lzma</span>,
+<span class="pname">xz</span>, and many kinds of
 <span class="pname">exe</span> files, including Microsoft Cabinet archives,
 InstallShield archives, and self-extracting <span class="pname">zip</span>
 files.
@@ -87,19 +88,14 @@
 
 <h2>Download</h2>
 
-<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
+<p><a href="dtrx-6.6.tar.gz">Download <span class="pname">dtrx</span>
+6.6</a>.  The SHA1 checksum for this file
+is <tt>18b689739596007a2bb43a4ab94d341b68a05c9c</tt>.  Improvements in this
 release include:</p>
 
 <ul>
 
-<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>
+<li>Support for xz compression.</li>
 
 </ul>
 

mercurial