mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-06 11:10:22 +00:00
relnotes.txt: incomplete update to describe v0.5
more to come...
This commit is contained in:
parent
6ed3a23c62
commit
b2244033f9
52
relnotes.txt
52
relnotes.txt
@ -1,35 +1,44 @@
|
|||||||
NEW VERSION RELEASED
|
NEW VERSION RELEASED
|
||||||
|
|
||||||
We are pleased to announce the release of version 0.4 of
|
We are pleased to announce the release of version 0.5 of
|
||||||
Allmydata-Tahoe, a secure, decentralized storage grid under a
|
Allmydata-Tahoe, a secure, decentralized storage grid under a
|
||||||
free-software licence. This is the follow-up to v0.3 which was
|
free-software licence. This is the follow-up to v0.4 which was
|
||||||
released June 6, 2007 (see [1]).
|
released June 29, 2007 (see [1]).
|
||||||
|
|
||||||
Since then we've made several improvements, including:
|
Since then we've made several improvements, including:
|
||||||
|
|
||||||
* Add encrypted, mutable directories, so that you can organize your
|
* a RESTful API for programmatically controlling your tahoe node with
|
||||||
files into directories, change the contents of directories, and
|
the programming language of your choice:
|
||||||
share your directories with your friends, without thereby sharing
|
|
||||||
your directories with anyone else -- not even with the owners of
|
|
||||||
the servers that host your directories.
|
|
||||||
|
|
||||||
* make it so that web browsers can connect to the Tahoe node securely
|
http://allmydata.org/trac/tahoe/browser/docs/webapi.txt
|
||||||
with https (ticket #55)
|
|
||||||
|
|
||||||
|
* a command-line interface for uploading and downloading files in the
|
||||||
|
old Unix style (ticket #53)
|
||||||
|
|
||||||
|
* significantly reduced the memory used when uploading files (ticket #29)
|
||||||
|
|
||||||
|
* significantly reduced the bandwidth and disk space used when uploading many small files (tickets #80, 81, #85)
|
||||||
|
|
||||||
|
* added configurable erasure-coding parameters: how many total shares
|
||||||
|
to produce, and how many shares are required to reconstruct the
|
||||||
|
file (ticket #84)
|
||||||
|
|
||||||
|
* many bugs fixed or enhancements implemented; for a list of all
|
||||||
|
tickets closed since the v0.4 release, see [2].
|
||||||
|
|
||||||
|
* added configurable limits on how much disk space your node will
|
||||||
|
allocate for storing data on behalf of other peers (ticket #34)
|
||||||
|
|
||||||
For complete details, see this web page which shows all ticket
|
For complete details, see this web page which shows all ticket
|
||||||
changes, repository checkins, and wiki changes from June 11 to today,
|
changes, repository checkins, and wiki changes from June 29 to today,
|
||||||
June 29: [2].
|
August 16: [2].
|
||||||
|
|
||||||
Allmydata-Tahoe v0.4 is incompatible with v0.3 due to the new
|
Allmydata-Tahoe v0.5 is incompatible with v0.4 due to XXX
|
||||||
encrypted directory structure, among other things. (Note that this
|
|
||||||
applies only to directories -- individual files uploaded with v0.3 are
|
|
||||||
probably downloadable with v0.4.)
|
|
||||||
|
|
||||||
|
|
||||||
WHAT IS IT GOOD FOR?
|
WHAT IS IT GOOD FOR?
|
||||||
|
|
||||||
With Tahoe, you can back up your files in a distributed way onto a set
|
With Tahoe, you can store your files in a distributed way across a set
|
||||||
of computers, such that if some of the computers fail or become
|
of computers, such that if some of the computers fail or become
|
||||||
unavailable, you can still retrieve your data from the remainder. You
|
unavailable, you can still retrieve your data from the remainder. You
|
||||||
can also securely share your files with other users.
|
can also securely share your files with other users.
|
||||||
@ -58,7 +67,10 @@ LICENCE
|
|||||||
Tahoe is offered under the GNU General Public License (v2 or later),
|
Tahoe is offered under the GNU General Public License (v2 or later),
|
||||||
with the added permission that, if you become obligated to release a
|
with the added permission that, if you become obligated to release a
|
||||||
derived work under this licence (as per section 2.b), you may delay
|
derived work under this licence (as per section 2.b), you may delay
|
||||||
the fulfillment of this obligation for up to 12 months.
|
the fulfillment of this obligation for up to 12 months. If you are
|
||||||
|
obligated to release code under section 2.b of this licence, such code
|
||||||
|
must be released under these same terms including the 12-month grace
|
||||||
|
period clause.
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
@ -169,8 +181,8 @@ June 29, 2007
|
|||||||
Boulder, Colorado and San Francisco, California
|
Boulder, Colorado and San Francisco, California
|
||||||
|
|
||||||
|
|
||||||
[1] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=790
|
[1] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=849
|
||||||
[2] http://allmydata.org/trac/tahoe/timeline?from=2007-06-29&daysback=17&changeset=on&ticket=on&wiki=on&update=Update
|
[2] http://allmydata.org/trac/tahoe/timeline?from=2007-08-16&daysback=50&changeset=on&ticket=on&wiki=on&update=Update
|
||||||
[3] http://allmydata.org/trac/tahoe/wiki/UseCases
|
[3] http://allmydata.org/trac/tahoe/wiki/UseCases
|
||||||
[4] http://allmydata.org/source/tahoe/tahoe-0.4.tar.gz
|
[4] http://allmydata.org/source/tahoe/tahoe-0.4.tar.gz
|
||||||
[5] http://allmydata.org/trac/tahoe/browser/README?rev=844
|
[5] http://allmydata.org/trac/tahoe/browser/README?rev=844
|
||||||
|
Loading…
x
Reference in New Issue
Block a user