web/index.html

branch
trunk
changeset 121
957d19158b7e
parent 101
014efef1a48f
child 124
19c34f5fc8eb
equal deleted inserted replaced
120:0b13df37c884 121:957d19158b7e
85 85
86 </ul> 86 </ul>
87 87
88 <h2>Download</h2> 88 <h2>Download</h2>
89 89
90 <p><a href="dtrx-6.4.tar.gz">Download <span class="pname">dtrx</span> 90 <p><a href="dtrx-6.5.tar.gz">Download <span class="pname">dtrx</span>
91 6.4</a>. The SHA1 checksum for this file 91 6.5</a>. The SHA1 checksum for this file
92 is <tt>c3caedc29420cff6487580aad972c05c3757e685</tt>. Improvements in this 92 is <tt>e6859391ac4ea1969c0e62799ef9466a11a48d89</tt>. Improvements in this
93 release include:</p> 93 release include:</p>
94 94
95 <ul> 95 <ul>
96 96
97 <li>Support for autodetecting LZMA compression by file magic.</li> 97 <li>Improved performance when listing archive contents.</li>
98 <li>Better word wrapping in interactive prmopts.</li> 98 <li>Support for newer .deb packages that use bzip2 or lzma
99 compression.</li>
100 <li>dtrx now detects more kinds of compressed tar files by their
101 extensions.</li>
102 <li>Many improvements in the interactive prmopts.</li>
99 103
100 </ul> 104 </ul>
101 105
102 <p>If you would like to try the latest development version—or maybe do some 106 <p>If you would like to try the latest development version—or maybe do some
103 work on it yourself—you can check out the 107 work on it yourself—you can check out the
124 128
125 <p>You can just put <span class="pname">scripts/dtrx</span> wherever is 129 <p>You can just put <span class="pname">scripts/dtrx</span> wherever is
126 convenient for you, but if you want to install the program system-wide, you 130 convenient for you, but if you want to install the program system-wide, you
127 can also run the following command as root or equivalent:</p> 131 can also run the following command as root or equivalent:</p>
128 132
129 <pre>python setup.py install</pre> 133 <pre>python setup.py install --prefix=/usr/local</pre>
130 134
131 <p>See the included <tt>INSTALL</tt> file for more information.</p> 135 <p>See the included <tt>INSTALL</tt> file for more information.</p>
132 136
133 </body> 137 </body>
134 </html> 138 </html>

mercurial