mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
update relnotes and known_issues
This commit is contained in:
parent
c674b55918
commit
ab091e68de
@ -16,7 +16,7 @@ might want to read the "historical known issues" document in
|
||||
``docs/historical/historical_known_issues.txt``.
|
||||
|
||||
|
||||
Known Issues in Tahoe-LAFS v1.10.2, released 30-Jul-2015
|
||||
Known Issues in Tahoe-LAFS v1.10.3, released 30-Mar-2016
|
||||
========================================================
|
||||
|
||||
* `Unauthorized access by JavaScript in unrelated files`_
|
||||
|
54
relnotes.txt
54
relnotes.txt
@ -1,10 +1,10 @@
|
||||
ANNOUNCING Tahoe, the Least-Authority File Store, v1.10.2
|
||||
ANNOUNCING Tahoe, the Least-Authority File Store, v1.11.0
|
||||
|
||||
The Tahoe-LAFS team is pleased to announce version 1.10.2 of
|
||||
The Tahoe-LAFS team is pleased to announce version 1.11.0 of
|
||||
Tahoe-LAFS, an extremely reliable decentralized storage system.
|
||||
Get it here:
|
||||
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
|
||||
https://tahoe-lafs.org/downloads
|
||||
|
||||
Tahoe-LAFS is the first distributed storage system to offer
|
||||
"provider-independent security" — meaning that not even the
|
||||
@ -12,15 +12,18 @@ operators of your storage servers can read or alter your data
|
||||
without your consent. Here is the one-page explanation of its
|
||||
unique security and fault-tolerance properties:
|
||||
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/about.rst
|
||||
http://tahoe-lafs.readthedocs.org/en/latest/about.html
|
||||
|
||||
The previous stable release of Tahoe-LAFS was v1.10.1, released
|
||||
on June 15, 2015.
|
||||
The previous stable release of Tahoe-LAFS was v1.10.2, released
|
||||
on July 30, 2015.
|
||||
|
||||
v1.10.2 is a small bugfix release, which fixes a critical
|
||||
packaging error that prevented v1.10.1 from building against the
|
||||
latest version of the upstream "mock" library. A few small bugs
|
||||
were fixed too. See the NEWS file [1] for details.
|
||||
v1.11.0 overhauls the install/packaging system, bringing Tahoe
|
||||
into line with standard Python practices like "pip",
|
||||
"virtualenv", and "tox". It can now be installed with "pip
|
||||
install tahoe-lafs". This release also includes a few small
|
||||
features, like the "preferred peers" server-selection
|
||||
configuration, unicode aliases, and welcome-page improvements.
|
||||
See the NEWS file [1] for details.
|
||||
|
||||
|
||||
WHAT IS IT GOOD FOR?
|
||||
@ -102,14 +105,14 @@ licence, at your option.)
|
||||
INSTALLATION
|
||||
|
||||
Tahoe-LAFS works on Linux, Mac OS X, Windows, Solaris, *BSD,
|
||||
and probably most other systems. Start with
|
||||
"docs/quickstart.rst" [6].
|
||||
and probably most other systems. Start with "docs/INSTALL.rst"
|
||||
[6].
|
||||
|
||||
|
||||
HACKING AND COMMUNITY
|
||||
|
||||
Please join us on the mailing list [7]. Patches are gratefully
|
||||
accepted -- the RoadMap page [8] shows the next improvements
|
||||
accepted -- the Roadmap page [8] shows the next improvements
|
||||
that we plan to make and CREDITS [9] lists the names of people
|
||||
who've contributed to the project. The Dev page [10] contains
|
||||
resources for hackers.
|
||||
@ -117,11 +120,7 @@ resources for hackers.
|
||||
|
||||
SPONSORSHIP
|
||||
|
||||
Atlas Networks has contributed several hosted servers for
|
||||
performance testing. Thank you to Atlas Networks [11] for
|
||||
their generous and public-spirited support.
|
||||
|
||||
And a special thanks to Least Authority Enterprises [12],
|
||||
A special thanks goes out to Least Authority Enterprises [12],
|
||||
which employs several Tahoe-LAFS developers, for their
|
||||
continued support.
|
||||
|
||||
@ -136,7 +135,7 @@ Of Fame" [13].
|
||||
|
||||
ACKNOWLEDGEMENTS
|
||||
|
||||
This is the fourteenth release of Tahoe-LAFS to be created
|
||||
This is the fifteenth 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.
|
||||
@ -144,21 +143,20 @@ Tahoe-LAFS possible.
|
||||
Brian Warner
|
||||
on behalf of the Tahoe-LAFS team
|
||||
|
||||
July 30, 2015
|
||||
March 30, 2016
|
||||
San Francisco, California, USA
|
||||
|
||||
|
||||
[1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/NEWS.rst
|
||||
[2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst
|
||||
[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.11.0/NEWS.rst
|
||||
[2] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/known_issues.rst
|
||||
[3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
|
||||
[4] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
|
||||
[5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
|
||||
[6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/quickstart.rst
|
||||
[4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.11.0/COPYING.GPL
|
||||
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.11.0/COPYING.TGPPL.rst
|
||||
[6] http://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.11.0/INSTALL.html
|
||||
[7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
|
||||
[8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
|
||||
[9] https://tahoe-lafs.org/trac/tahoe-lafs/browser/CREDITS
|
||||
[9] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/CREDITS
|
||||
[10] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev
|
||||
[11] http://atlasnetworks.us/
|
||||
[12] https://leastauthority.com/
|
||||
[13] https://tahoe-lafs.org/hacktahoelafs/
|
||||
[14] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/nodekeys.rst
|
||||
[14] http://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.11.0/nodekeys.html
|
||||
|
Loading…
Reference in New Issue
Block a user