web/index.html

branch
trunk
changeset 121
957d19158b7e
parent 101
014efef1a48f
child 124
19c34f5fc8eb
--- a/web/index.html	Sat Jul 04 11:18:33 2009 -0400
+++ b/web/index.html	Sat Jul 04 11:26:19 2009 -0400
@@ -87,15 +87,19 @@
 
 <h2>Download</h2>
 
-<p><a href="dtrx-6.4.tar.gz">Download <span class="pname">dtrx</span>
-6.4</a>.  The SHA1 checksum for this file
-is <tt>c3caedc29420cff6487580aad972c05c3757e685</tt>.  Improvements in this
+<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
 release include:</p>
 
 <ul>
 
-<li>Support for autodetecting LZMA compression by file magic.</li>
-<li>Better word wrapping in interactive prmopts.</li>
+<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>
 
 </ul>
 
@@ -126,7 +130,7 @@
 convenient for you, but if you want to install the program system-wide, you
 can also run the following command as root or equivalent:</p>
 
-<pre>python setup.py install</pre>
+<pre>python setup.py install --prefix=/usr/local</pre>
 
 <p>See the included <tt>INSTALL</tt> file for more information.</p>
 

mercurial