mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
NEWS and docs/quickstart.html for 1.8.0beta2.
This commit is contained in:
parent
5ad9a86bc7
commit
9fc6ab1183
13
NEWS
13
NEWS
@ -1,7 +1,20 @@
|
||||
User visible changes in Tahoe-LAFS. -*- outline; coding: utf-8 -*-
|
||||
|
||||
* Release 1.8.0β2 (2010-08-06)
|
||||
|
||||
** Bugfixes
|
||||
|
||||
- Fix an incompatibility of release 1.8.0β with node directories
|
||||
created by other Tahoe-LAFS versions. (#1159)
|
||||
- Partial GET requests using the Range header were not handled
|
||||
correctly by the new downloader. (#1154)
|
||||
|
||||
* Release 1.8.0β (2010-08-02)
|
||||
|
||||
Note: the 1.8.0β release should not be used, because node directories
|
||||
that it creates (using 'tahoe create-*' commands) will not work with
|
||||
other releases, and vice-versa.
|
||||
|
||||
** New Features
|
||||
|
||||
- A completely new downloader which improves performance and
|
||||
|
@ -23,10 +23,14 @@
|
||||
|
||||
<h2>Get Tahoe-LAFS</h2>
|
||||
|
||||
<p>Download the 1.7.1 zip file:</p>
|
||||
<p>Download the zip file for the latest stable release, v1.7.1:</p>
|
||||
<pre><a
|
||||
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.1.zip</a></pre>
|
||||
|
||||
<p>or the latest beta release, v1.8.0β2:</p>
|
||||
<pre><a
|
||||
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.0b2.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.0b2.zip</a></pre>
|
||||
|
||||
<h2>Set Up Tahoe-LAFS</h2>
|
||||
|
||||
<p>Unpack the zip file and cd into the top-level directory.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user