mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-17 10:20:13 +00:00
update docs for the 1.8.2 release
This commit is contained in:
parent
ed67df866c
commit
7a4f76fd90
13
NEWS
13
NEWS
@ -1,12 +1,13 @@
|
|||||||
User visible changes in Tahoe-LAFS. -*- outline; coding: utf-8 -*-
|
User visible changes in Tahoe-LAFS. -*- outline; coding: utf-8 -*-
|
||||||
|
|
||||||
* Release 1.8.2 (?)
|
* Release 1.8.2 (2011-01-30)
|
||||||
|
|
||||||
** Compatibility and Dependencies
|
** Compatibility and Dependencies
|
||||||
|
|
||||||
- Tahoe is now compatible with Twisted-10.2 (released last month). The
|
- Tahoe is now compatible with Twisted-10.2 (released last month), as well
|
||||||
previous Tahoe-1.8.1 release failed to run against Twisted-10.2,
|
as with earlier versions. The previous Tahoe-1.8.1 release failed to run
|
||||||
raising an AttributeError on StreamServerEndpointService (#1286)
|
against Twisted-10.2, raising an AttributeError on
|
||||||
|
StreamServerEndpointService (#1286)
|
||||||
- Tahoe now depends upon the "mock" testing library, and the foolscap
|
- Tahoe now depends upon the "mock" testing library, and the foolscap
|
||||||
dependency was raised to 0.6.1 . It no longer requires pywin32 (which
|
dependency was raised to 0.6.1 . It no longer requires pywin32 (which
|
||||||
was used only on windows). Future developers should note that
|
was used only on windows). Future developers should note that
|
||||||
@ -22,6 +23,10 @@ User visible changes in Tahoe-LAFS. -*- outline; coding: utf-8 -*-
|
|||||||
- tahoe processes should appear in top and ps as "tahoe", not "python",
|
- tahoe processes should appear in top and ps as "tahoe", not "python",
|
||||||
on some unix platforms. (#174)
|
on some unix platforms. (#174)
|
||||||
- "tahoe debug trial" can be used to run the test suite (#1296)
|
- "tahoe debug trial" can be used to run the test suite (#1296)
|
||||||
|
- the SFTP frontend now reports unknown sizes as "0" instead of "?",
|
||||||
|
to improve compatibility with clients like FileZilla (#1337)
|
||||||
|
- "tahoe --version" should now report correct values in situations where
|
||||||
|
1.8.1 might have been wrong (#1287)
|
||||||
|
|
||||||
|
|
||||||
* Release 1.8.1 (2010-10-28)
|
* Release 1.8.1 (2010-10-28)
|
||||||
|
@ -3,7 +3,7 @@ Known Issues
|
|||||||
============
|
============
|
||||||
|
|
||||||
* `Overview`_
|
* `Overview`_
|
||||||
* `Issues in Tahoe-LAFS v1.8.1, released 2010-11-28`
|
* `Issues in Tahoe-LAFS v1.8.2, released 2011-01-30`
|
||||||
|
|
||||||
* `Potential unauthorized access by JavaScript in unrelated files`_
|
* `Potential unauthorized access by JavaScript in unrelated files`_
|
||||||
* `Potential disclosure of file through embedded hyperlinks or JavaScript in that file`_
|
* `Potential disclosure of file through embedded hyperlinks or JavaScript in that file`_
|
||||||
@ -24,7 +24,7 @@ want to read `the "historical known issues" document
|
|||||||
<historical/historical_known_issues.txt>`_.
|
<historical/historical_known_issues.txt>`_.
|
||||||
|
|
||||||
|
|
||||||
Issues in Tahoe-LAFS v1.8.1, released 2010-11-28
|
Issues in Tahoe-LAFS v1.8.2, released 2011-01-30
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
Potential unauthorized access by JavaScript in unrelated files
|
Potential unauthorized access by JavaScript in unrelated files
|
||||||
|
@ -49,9 +49,9 @@
|
|||||||
|
|
||||||
<h2>Get Tahoe-LAFS</h2>
|
<h2>Get Tahoe-LAFS</h2>
|
||||||
|
|
||||||
<p>Download the latest stable release, v1.8.1:</p>
|
<p>Download the latest stable release, v1.8.2:</p>
|
||||||
<pre><a
|
<pre><a
|
||||||
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.1.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.1.zip</a></pre>
|
href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.2.zip">http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.8.2.zip</a></pre>
|
||||||
|
|
||||||
<h2>Set Up Tahoe-LAFS</h2>
|
<h2>Set Up Tahoe-LAFS</h2>
|
||||||
|
|
||||||
|
31
relnotes.txt
31
relnotes.txt
@ -1,7 +1,7 @@
|
|||||||
ANNOUNCING Tahoe, the Least-Authority File System, v1.8.1
|
ANNOUNCING Tahoe, the Least-Authority File System, v1.8.2
|
||||||
|
|
||||||
The Tahoe-LAFS team is pleased to announce the immediate
|
The Tahoe-LAFS team is pleased to announce the immediate
|
||||||
availability of version 1.8.1 of Tahoe-LAFS, an extremely
|
availability of version 1.8.2 of Tahoe-LAFS, an extremely
|
||||||
reliable distributed storage system. Get it here:
|
reliable distributed storage system. Get it here:
|
||||||
|
|
||||||
http://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.html
|
http://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.html
|
||||||
@ -14,13 +14,12 @@ unique security and fault-tolerance properties:
|
|||||||
|
|
||||||
http://tahoe-lafs.org/source/tahoe/trunk/docs/about.html
|
http://tahoe-lafs.org/source/tahoe/trunk/docs/about.html
|
||||||
|
|
||||||
The previous stable release of Tahoe-LAFS was v1.8.0, which was
|
The previous stable release of Tahoe-LAFS was v1.8.1, which was
|
||||||
released September 23, 2010 [1].
|
released October 28, 2010 [1].
|
||||||
|
|
||||||
v1.8.1 is a stable bugfix release correcting a number of minor
|
v1.8.2 is a stable bugfix release, adding compatibility with
|
||||||
issues. It also includes a modest performance improvement in
|
the recently-released Twisted-10.2, and correcting a number of
|
||||||
downloading, and a fix for a security issue involving HTTP
|
minor issues. See the NEWS file [2] for details.
|
||||||
proxies. See the NEWS file [2] for details.
|
|
||||||
|
|
||||||
|
|
||||||
WHAT IS IT GOOD FOR?
|
WHAT IS IT GOOD FOR?
|
||||||
@ -62,7 +61,7 @@ all versions since v1.0. Servers from this release can serve
|
|||||||
clients of all versions back to v1.0 and clients from this
|
clients of all versions back to v1.0 and clients from this
|
||||||
release can use servers of all versions back to v1.0.
|
release can use servers of all versions back to v1.0.
|
||||||
|
|
||||||
This is the twelfth release in the version 1 series. This
|
This is the thirteenth release in the version 1 series. This
|
||||||
series of Tahoe-LAFS will be actively supported and maintained
|
series of Tahoe-LAFS will be actively supported and maintained
|
||||||
for the forseeable future, and future versions of Tahoe-LAFS
|
for the forseeable future, and future versions of Tahoe-LAFS
|
||||||
will retain the ability to read and write files compatible
|
will retain the ability to read and write files compatible
|
||||||
@ -133,20 +132,20 @@ Of Fame" [12].
|
|||||||
|
|
||||||
ACKNOWLEDGEMENTS
|
ACKNOWLEDGEMENTS
|
||||||
|
|
||||||
This is the sixth release of Tahoe-LAFS to be created solely
|
This is the seventh release of Tahoe-LAFS to be created solely
|
||||||
as a labor of love by volunteers. Thank you very much to the
|
as a labor of love by volunteers. Thank you very much to the
|
||||||
team of "hackers in the public interest" who make Tahoe-LAFS
|
team of "hackers in the public interest" who make Tahoe-LAFS
|
||||||
possible.
|
possible.
|
||||||
|
|
||||||
David-Sarah Hopwood and Zooko Wilcox-O'Hearn
|
Brian Warner
|
||||||
on behalf of the Tahoe-LAFS team
|
on behalf of the Tahoe-LAFS team
|
||||||
|
|
||||||
November 28, 2010
|
January 30, 2011
|
||||||
Rainhill, Merseyside, UK and Boulder, Colorado, USA
|
San Francisco, California, USA
|
||||||
|
|
||||||
|
|
||||||
[1] http://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=4747
|
[1] http://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=4865
|
||||||
[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS?rev=4854
|
[2] http://tahoe-lafs.org/trac/tahoe/browser/NEWS?rev=5000
|
||||||
[3] http://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects
|
[3] http://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects
|
||||||
[4] http://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst
|
[4] http://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst
|
||||||
[5] http://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL
|
[5] http://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL
|
||||||
@ -154,6 +153,6 @@ Rainhill, Merseyside, UK and Boulder, Colorado, USA
|
|||||||
[7] http://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.html
|
[7] http://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.html
|
||||||
[8] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
|
[8] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
|
||||||
[9] http://tahoe-lafs.org/trac/tahoe/roadmap
|
[9] http://tahoe-lafs.org/trac/tahoe/roadmap
|
||||||
[10] http://tahoe-lafs.org/trac/tahoe/browser/CREDITS?rev=4797
|
[10] http://tahoe-lafs.org/trac/tahoe/browser/CREDITS?rev=5000
|
||||||
[11] http://tahoe-lafs.org/trac/tahoe/wiki/Dev
|
[11] http://tahoe-lafs.org/trac/tahoe/wiki/Dev
|
||||||
[12] http://tahoe-lafs.org/hacktahoelafs/
|
[12] http://tahoe-lafs.org/hacktahoelafs/
|
||||||
|
Loading…
Reference in New Issue
Block a user