# HG changeset patch # User Brett Smith # Date 1217091337 14400 # Node ID fc0d6a3fde5317d9501a4237e4bd5a159ef2b29d # Parent 85a586067352937de4f328fd75ae67f9e0627618 Release 6.2 diff -r 85a586067352 -r fc0d6a3fde53 NEWS --- a/NEWS Thu Jul 24 22:49:03 2008 -0400 +++ b/NEWS Sat Jul 26 12:55:37 2008 -0400 @@ -1,6 +1,38 @@ Changes in dtrx =============== +Version 6.2 +----------- + +New features +~~~~~~~~~~~~ + + * --one-entry 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. + +Bug fixes +~~~~~~~~~ + + * Since version 6.0, when you extracted or listed the contents of a cpio + archive, dtrx would display a warning that simply said "1234 blocks." + dtrx 6.2 suppresses this message. + + * 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. + + * 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. + + * dtrx is now better about cleaning up partially extracted archives when + it encounters an error or signal. + + * Users will no longer see error messages about broken pipes from dtrx. + Version 6.1 ----------- diff -r 85a586067352 -r fc0d6a3fde53 README --- a/README Thu Jul 24 22:49:03 2008 -0400 +++ b/README Sat Jul 26 12:55:37 2008 -0400 @@ -88,7 +88,7 @@ Other Useful Information ------------------------ -dtrx 6.1 is copyright (c) 2006, 2007, 2008 `Brett Smith`_. Feel free to +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`_. diff -r 85a586067352 -r fc0d6a3fde53 scripts/dtrx --- a/scripts/dtrx Thu Jul 24 22:49:03 2008 -0400 +++ b/scripts/dtrx Sat Jul 26 12:55:37 2008 -0400 @@ -35,7 +35,7 @@ from sets import Set as set -VERSION = "6.1" +VERSION = "6.2" VERSION_BANNER = """dtrx version %s Copyright (c) 2006, 2007, 2008 Brett Smith diff -r 85a586067352 -r fc0d6a3fde53 setup.py --- a/setup.py Thu Jul 24 22:49:03 2008 -0400 +++ b/setup.py Sat Jul 26 12:55:37 2008 -0400 @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="dtrx", - version = "6.1", + version = "6.2", description = "Script to intelligently extract multiple archive types", author = "Brett Smith", author_email = "brettcsmith@brettcsmith.org", diff -r 85a586067352 -r fc0d6a3fde53 web/index.html --- a/web/index.html Thu Jul 24 22:49:03 2008 -0400 +++ b/web/index.html Sat Jul 26 12:55:37 2008 -0400 @@ -3,6 +3,7 @@ dtrx: Intelligent archive extraction +

dtrx: Intelligent archive extraction

@@ -85,29 +86,31 @@

Download

-

Download dtrx -6.1. The SHA1 checksum for this file -is 2cd7c5e1ca2e83a942e5af58dceb0700063ce03d. New features in this +

Download dtrx +6.2. The SHA1 checksum for this file +is 7f2c633c97e79083c08cb63f3c155395f8f88646. New features in this release include: