update docs for 1.10.1 release
This commit is contained in:
parent
f26423cb4d
commit
5887029b17
2
NEWS.rst
2
NEWS.rst
|
@ -4,7 +4,7 @@
|
|||
User-Visible Changes in Tahoe-LAFS
|
||||
==================================
|
||||
|
||||
Release 1.10.1 (XXXX-XX-XX)
|
||||
Release 1.10.1 (2015-06-15)
|
||||
'''''''''''''''''''''''''''
|
||||
|
||||
User Interface / Configuration Changes
|
||||
|
|
|
@ -19,8 +19,8 @@ want to read `the "historical known issues" document`_.
|
|||
.. _the "historical known issues" document: historical/historical_known_issues.txt
|
||||
|
||||
|
||||
Known Issues in Tahoe-LAFS v1.10, released 01-May-2013
|
||||
======================================================
|
||||
Known Issues in Tahoe-LAFS v1.10.1, released 15-Jun-2015
|
||||
========================================================
|
||||
|
||||
* `Unauthorized access by JavaScript in unrelated files`_
|
||||
* `Disclosure of file through embedded hyperlinks or JavaScript in that file`_
|
||||
|
|
|
@ -44,9 +44,9 @@ directory).
|
|||
Get Tahoe-LAFS
|
||||
--------------
|
||||
|
||||
Download the latest stable release, `Tahoe-LAFS v1.10.0`_.
|
||||
Download the latest stable release, `Tahoe-LAFS v1.10.1`_.
|
||||
|
||||
.. _Tahoe-LAFS v1.10.0: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip
|
||||
.. _Tahoe-LAFS v1.10.1: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.1.zip
|
||||
|
||||
Set Up Tahoe-LAFS
|
||||
-----------------
|
||||
|
|
31
relnotes.txt
31
relnotes.txt
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCING Tahoe, the Least-Authority File System, v1.10
|
||||
ANNOUNCING Tahoe, the Least-Authority File System, v1.10.1
|
||||
|
||||
The Tahoe-LAFS team is pleased to announce the immediate
|
||||
availability of version 1.10.0 of Tahoe-LAFS, an extremely
|
||||
availability of version 1.10.1 of Tahoe-LAFS, an extremely
|
||||
reliable distributed storage system. Get it here:
|
||||
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
|
||||
|
@ -14,14 +14,15 @@ unique security and fault-tolerance properties:
|
|||
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/about.rst
|
||||
|
||||
The previous stable release of Tahoe-LAFS was v1.9.2, released
|
||||
on July 3, 2012.
|
||||
The previous stable release of Tahoe-LAFS was v1.10.0,
|
||||
released on May 1, 2013.
|
||||
|
||||
v1.10.0 is a feature release which adds a new Introducer
|
||||
protocol, improves the appearance of the web-based user
|
||||
interface, improves grid security by making introducer FURLs
|
||||
unguessable, and fixes many bugs. See the NEWS file [1] for
|
||||
details.
|
||||
v1.10.1 is mostly a bugfix release, but also improves the
|
||||
web-based user interface, adds public-key authentication to
|
||||
the SFTP frontend, improves the behavior of "tahoe cp -r", and
|
||||
offers more control over IP address autodetection. Preliminary
|
||||
(CLI-based) OS-X packages have been added. Over 75 bugs have
|
||||
been fixed. See the NEWS file [1] for details.
|
||||
|
||||
|
||||
WHAT IS IT GOOD FOR?
|
||||
|
@ -74,7 +75,7 @@ compatible with older clients and introducer servers, however
|
|||
some features will be unavailable when an older node is
|
||||
involved. Please see docs/nodekeys.rst [14] for details.
|
||||
|
||||
This is the eighteenth release in the version 1 series. This
|
||||
This is the nineteenth release in the version 1 series. This
|
||||
series of Tahoe-LAFS will be actively supported and maintained
|
||||
for the foreseeable future, and future versions of Tahoe-LAFS
|
||||
will retain the ability to read and write files compatible
|
||||
|
@ -138,15 +139,15 @@ Of Fame" [13].
|
|||
|
||||
ACKNOWLEDGEMENTS
|
||||
|
||||
This is the twelfth 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.
|
||||
This is the thirteenth 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.
|
||||
|
||||
Brian Warner
|
||||
on behalf of the Tahoe-LAFS team
|
||||
|
||||
May 1, 2013
|
||||
June 15, 2015
|
||||
San Francisco, California, USA
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue