web/index.html

branch
trunk
changeset 89
fc0d6a3fde53
parent 75
856de7e8f494
child 93
6c20788653a8
equal deleted inserted replaced
87:85a586067352 89:fc0d6a3fde53
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 3
4 <html><head><title>dtrx: Intelligent archive extraction</title> 4 <html><head><title>dtrx: Intelligent archive extraction</title>
5 <link rel="stylesheet" href="common.css"> 5 <link rel="stylesheet" href="common.css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 </head> 7 </head>
7 <body> 8 <body>
8 <h1>dtrx: Intelligent archive extraction</h1> 9 <h1>dtrx: Intelligent archive extraction</h1>
9 10
10 <h2>Introduction</h2> 11 <h2>Introduction</h2>
83 84
84 </ul> 85 </ul>
85 86
86 <h2>Download</h2> 87 <h2>Download</h2>
87 88
88 <p><a href="dtrx-6.1.tar.gz">Download <span class="pname">dtrx</span> 89 <p><a href="dtrx-6.2.tar.gz">Download <span class="pname">dtrx</span>
89 6.1</a>. The SHA1 checksum for this file 90 6.2</a>. The SHA1 checksum for this file
90 is <tt>2cd7c5e1ca2e83a942e5af58dceb0700063ce03d</tt>. New features in this 91 is <tt>7f2c633c97e79083c08cb63f3c155395f8f88646</tt>. New features in this
91 release include:</p> 92 release include:</p>
92 93
93 <ul> 94 <ul>
94 95
95 <li>Add support for InstallShield archives, using 96 <li>A new <tt>--one-entry</tt> option: Normally, if an archive only
96 the <span class="pname">unshield</span> command.</li> 97 contains one file or directory with a name that doesn't match the
97 <li>The wording of many of the interactive prompts has been adjusted 98 archive's, dtrx will ask you how to handle it. With this option, you can
98 to be clearer and provide more information to the user 99 specify ahead of time what should happen.</li>
99 immediately.</li> 100 <li>Since version 6.0, when you extracted or listed the contents of a cpio
100 <li><span class="pname">dtrx</span> 6.1 does a better job protecting 101 archive, dtrx would display a warning that simply said &quot;1234
101 against race conditions when extracting a single file.</li> 102 blocks.&quot; dtrx 6.2 suppresses this message.</li>
102 <li>If you used the -f option, and extracted an archive that only contained 103 <li>When you try to list the contents of an archive, dtrx will now cope
103 one file or directory, <span class="pname">dtrx</span> 6.0 would still 104 with misnamed files more gracefully, giving more accurate results and
104 prompt you to ask how it should be 105 showing fewer error messages.</li>
105 extracted. <span class="pname">dtrx</span> 6.1 fixes this, extracting the 106 <li>dtrx 6.2 will only show you error messages from archive extraction if
106 contents to the current directory as -f requires.</li> 107 it is completely unable to extract the file. If one of its extraction
107 <li>Recursive extraction would not work well 108 methods succeeds, it will no longer show you the error messages from
108 in <span class="pname">dtrx</span> 6.0 when the contents of the original 109 previous extraction attempts.</li>
109 archive were a single file. This has been fixed 110 <li>dtrx is now better about cleaning up partially extracted archives when
110 in <span class="pname">dtrx</span> 6.1.</li> 111 it encounters an error or signal.</li>
112 <li>Users will no longer see error messages about broken pipes from
113 dtrx.</li>
111 114
112 </ul> 115 </ul>
113 116
114 <p>If you would like to try the latest development version—or maybe do some 117 <p>If you would like to try the latest development version—or maybe do some
115 work on it yourself—you can check out the 118 work on it yourself—you can check out the

mercurial