From: david-sarah Date: Sun, 18 Jul 2010 23:54:37 +0000 (-0700) Subject: relnotes.txt, docs/quickstart.html: prepare for 1.7.1 release. Don't claim to work... X-Git-Tag: allmydata-tahoe-1.7.1~7 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=09d35bf6b483722cf617b6c3a584497415bdbfe0;p=tahoe-lafs%2Ftahoe-lafs.git relnotes.txt, docs/quickstart.html: prepare for 1.7.1 release. Don't claim to work on Cygwin (this might work but is untested). --- diff --git a/docs/quickstart.html b/docs/quickstart.html index 36b1d526..2b5f5d3e 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -14,18 +14,18 @@

How To Get Tahoe-LAFS

-

This procedure has been verified to work on Windows, Cygwin, Mac, many flavors of Linux, Solaris, FreeBSD, OpenBSD, and NetBSD. It's likely to work on other platforms. If you have trouble getting Tahoe-LAFS running this way, please write to the tahoe-dev mailing list, where friendly hackers will help you out.

+

This procedure has been verified to work on Windows, Mac, many flavors of Linux, Solaris, FreeBSD, OpenBSD, and NetBSD. It's likely to work on other platforms. If you have trouble getting Tahoe-LAFS running this way, please write to the tahoe-dev mailing list, where friendly hackers will help you out.

Install Python

-

Check if you already have an adequate version of Python installed by running python -V. Python v2.4 (v2.4.4 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. On Windows, we recommend the use of Python v2.6. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.6. Make sure that the path to the installation directory has no spaces in it (e.g. on Windows, do not install Python in the "Program Files" directory).

-

If you are on Windows, you now must manually install the pywin32 package from the pywin32 site before getting Tahoe-LAFS. Make sure to get the correct file for the version of Python you are using — e.g. ending in "py2.6.exe" for Python 2.6. If using 64-bit Windows, the file should have "win-amd64" in its name.

+

Check if you already have an adequate version of Python installed by running python -V. Python v2.4 (v2.4.4 or greater), Python v2.5 or Python v2.6 will work. Python v3 does not work. On Windows, we recommend the use of Python v2.6 (native, not Cygwin). If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.6. Make sure that the path to the installation directory has no spaces in it (e.g. on Windows, do not install Python in the "Program Files" directory).

+

If you are on Windows, you now must manually install the pywin32 package from the pywin32 site before getting Tahoe-LAFS. Make sure to get the correct file for the version of Python you are using — e.g. ending in "py2.6.exe" for Python v2.6. If using 64-bit Windows, the file should have "win-amd64" in its name.

Get Tahoe-LAFS

-

Download the 1.7.0 zip file:

+

Download the 1.7.1 zip file:

http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7.0.zip
+ 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

Set Up Tahoe-LAFS

diff --git a/relnotes.txt b/relnotes.txt index 931d8eef..42b4b416 100644 --- a/relnotes.txt +++ b/relnotes.txt @@ -1,7 +1,7 @@ -ANNOUNCING Tahoe, the Least-Authority File System, v1.7.0 +ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1 The Tahoe-LAFS team is pleased to announce the immediate -availability of version 1.7.0 of Tahoe-LAFS, an extremely +availability of version 1.7.1 of Tahoe-LAFS, an extremely reliable distributed storage system. Tahoe-LAFS is the first distributed storage system which offers @@ -12,14 +12,11 @@ unique security and fault-tolerance properties: http://tahoe-lafs.org/source/tahoe/trunk/docs/about.html -Tahoe-LAFS v1.7.0 is the successor to v1.6.1, which was released -February 27, 2010 [1]. +Tahoe-LAFS v1.7.1 is the successor to v1.7.0, which was released +June 18, 2010 [1]. -v1.7.0 is a major new release with new features and bugfixes. It -adds a fully functional SFTP interface, support for non-ASCII character -encodings, and a new upload algorithm which guarantees that each file -is spread over multiple servers for fault-tolerance. See the NEWS file -[2] for details. +v1.7.1 is a minor release with some small bugfixes and code +clean-ups. See the NEWS file [2] for details. WHAT IS IT GOOD FOR? @@ -138,18 +135,16 @@ ACKNOWLEDGEMENTS This is the fifth release of Tahoe-LAFS to be created solely as a labor of love by volunteers. Thank you very much to the team of "hackers in the public interest" who make Tahoe-LAFS -possible. In this release we especially owe thanks to -David-Sarah Hopwood, who has dedicated many late nights to the -project and displayed superb software engineering skills. +possible. Zooko Wilcox-O'Hearn on behalf of the Tahoe-LAFS team -June 18, 2010 +July 18, 2010 Boulder, Colorado, USA -[1] http://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=4244 -[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS?rev=4254 +[1] http://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=4514 +[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS?rev=FIXME!!! [3] http://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects [4] http://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.txt [5] http://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL @@ -157,6 +152,6 @@ Boulder, Colorado, USA [7] http://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.html [8] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev [9] http://tahoe-lafs.org/trac/tahoe/roadmap -[10] http://tahoe-lafs.org/trac/tahoe/browser/CREDITS?rev=4511 +[10] http://tahoe-lafs.org/trac/tahoe/browser/CREDITS?rev=4567 [11] http://tahoe-lafs.org/trac/tahoe/wiki/Dev [12] http://tahoe-lafs.org/hacktahoelafs/