Prepare for a 6.3 release trunk

Sun, 19 Oct 2008 22:42:20 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sun, 19 Oct 2008 22:42:20 -0400
branch
trunk
changeset 93
6c20788653a8
parent 92
d9319958bb5a
child 94
6cdbdffa2e2e

Prepare for a 6.3 release

INSTALL file | annotate | diff | comparison | revisions
NEWS file | annotate | diff | comparison | revisions
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/INSTALL	Sun Oct 19 22:20:50 2008 -0400
+++ b/INSTALL	Sun Oct 19 22:42:20 2008 -0400
@@ -42,6 +42,9 @@
 InstallShield archives
   unshield
 
+rar archives
+  unrar
+
 Files compressed with gzip or compress
   zcat
 
--- a/NEWS	Sun Oct 19 22:20:50 2008 -0400
+++ b/NEWS	Sun Oct 19 22:42:20 2008 -0400
@@ -1,6 +1,20 @@
 Changes in dtrx
 ===============
 
+Version 6.3
+-----------
+
+New features
+~~~~~~~~~~~~
+
+ * Add support for RAR archives.  Thanks to Peter Kelemen for the patch.
+
+Bug fixes
+~~~~~~~~~
+
+ * Previous versions of dtrx would fail to extract certain archive types
+   with the ``-v`` option specified.  This has been fixed.
+
 Version 6.2
 -----------
 
--- a/README	Sun Oct 19 22:20:50 2008 -0400
+++ b/README	Sun Oct 19 22:42:20 2008 -0400
@@ -5,8 +5,8 @@
 ------------
 
 dtrx extracts archives in a number of different formats; it currently
-supports tar, zip, cpio, rpm, deb, gem, 7z, and cab files.  It can also
-decompress files compressed with gzip, bzip2, lzma, or compress.
+supports tar, zip, cpio, rpm, deb, gem, 7z, cab, and rar files.  It can
+also decompress files compressed with gzip, bzip2, lzma, or compress.
 
 In addition to providing one command to handle many different archive
 types, dtrx also aids the user by extracting contents consistently.  By
@@ -88,9 +88,9 @@
 Other Useful Information
 ------------------------
 
-dtrx 6.2 is copyright (c) 2006, 2007, 2008 `Brett Smith`_.  Feel free to
-send comments, bug reports, patches, and so on.  You can find the latest
-version of dtrx on `its home page`_.
+dtrx 6.3 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`_.
 
 .. _`Brett Smith`: mailto:brettcsmith@brettcsmith.org
 .. _`its home page`: http://www.brettcsmith.org/2007/dtrx/
--- a/scripts/dtrx	Sun Oct 19 22:20:50 2008 -0400
+++ b/scripts/dtrx	Sun Oct 19 22:42:20 2008 -0400
@@ -37,9 +37,10 @@
 
 from sets import Set as set
 
-VERSION = "6.2"
+VERSION = "6.3"
 VERSION_BANNER = """dtrx version %s
-Copyright (c) 2006, 2007, 2008 Brett Smith <brettcsmith@brettcsmith.org>
+Copyright ⓒ 2006, 2007, 2008 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
 under the terms of the GNU General Public License as published by the
--- a/setup.py	Sun Oct 19 22:20:50 2008 -0400
+++ b/setup.py	Sun Oct 19 22:42:20 2008 -0400
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name="dtrx",
-      version = "6.2",
+      version = "6.3",
       description = "Script to intelligently extract multiple archive types",
       author = "Brett Smith",
       author_email = "brettcsmith@brettcsmith.org",
--- a/web/index.html	Sun Oct 19 22:20:50 2008 -0400
+++ b/web/index.html	Sun Oct 19 22:42:20 2008 -0400
@@ -60,6 +60,7 @@
 <span class="pname">gem</span>,
 <span class="pname">7z</span>,
 <span class="pname">cab</span>,
+<span class="pname">rar</span>,
 <span class="pname">gz</span>,
 <span class="pname">bz2</span>,
 <span class="pname">lzma</span>, and many kinds of
@@ -67,9 +68,9 @@
 InstallShield archives, and self-extracting <span class="pname">zip</span>
 files.
 
-If they have any extra compression, like <span
-class="pname">tar.bz2</span>, <span class="pname">dtrx</span> will take
-care of that for you, too.</li>
+If they have any extra compression, like <span class="pname">tar.bz2</span>
+files, <span class="pname">dtrx</span> will take care of that for you,
+too.</li>
 
 <li><strong>Keeps everything organized</strong>: <span
 class="pname">dtrx</span> will make sure that archives are extracted into
@@ -86,31 +87,16 @@
 
 <h2>Download</h2>
 
-<p><a href="dtrx-6.2.tar.gz">Download <span class="pname">dtrx</span>
-6.2</a>.  The SHA1 checksum for this file
+<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>7f2c633c97e79083c08cb63f3c155395f8f88646</tt>.  New features in this
 release include:</p>
 
 <ul>
 
-<li>A new <tt>--one-entry</tt> option: Normally, if an archive only
-contains one file or directory with a name that doesn't match the
-archive's, dtrx will ask you how to handle it.  With this option, you can
-specify ahead of time what should happen.</li>
-<li>Since version 6.0, when you extracted or listed the contents of a cpio
-archive, dtrx would display a warning that simply said &quot;1234
-blocks.&quot; dtrx 6.2 suppresses this message.</li>
-<li>When you try to list the contents of an archive, dtrx will now cope
-with misnamed files more gracefully, giving more accurate results and
-showing fewer error messages.</li>
-<li>dtrx 6.2 will only show you error messages from archive extraction if
-it is completely unable to extract the file.  If one of its extraction
-methods succeeds, it will no longer show you the error messages from
-previous extraction attempts.</li>
-<li>dtrx is now better about cleaning up partially extracted archives when
-it encounters an error or signal.</li>
-<li>Users will no longer see error messages about broken pipes from
-dtrx.</li>
+<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>
 
 </ul>
 

mercurial