]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - relnotes.txt
docs: inaugurate Tahoe-1.4.1, since I left out a handful of patches from the Tahoe...
[tahoe-lafs/tahoe-lafs.git] / relnotes.txt
1 ANNOUNCING Tahoe, the Least-Authority Filesystem, v1.4
2
3 The allmydata.org team is pleased to announce the release of version
4 1.4.1 of "Tahoe", the Lightweight-Authorization Filesystem. This is the
5 first release of Tahoe-LAFS which was created solely as a labor of love
6 by volunteers -- it is no longer funded by allmydata.com (see [1] for
7 details).
8
9 Tahoe-LAFS is a secure, decentralized, fault-tolerant cloud storage
10 system.  All of the source code is publicly available under Free
11 Software, Open Source licences.
12
13 This filesystem is distributed over multiple servers in such a way the
14 filesystem continues to operate correctly even when some of the servers
15 are unavailable, malfunctioning, or malicious. Here is the one-page
16 explanation of Tahoe's unique security and fault-tolerance properties:
17
18 http://allmydata.org/source/tahoe/trunk/docs/about.html
19
20 This is the successor to Tahoe-LAFS v1.3, which was released February
21 13, 2009 [2].  This is a major new release, adding garbage collection,
22 improved diagnostics and error-reporting, and fixing a critical
23 performance problem when downloading large (many GB) files.
24
25 See the NEWS file [3] and the known_issues.txt file [4] for more
26 information.
27
28 Besides the Tahoe core, a crop of related projects have sprung up,
29 including frontends for Windows and Macintosh, two front-ends written in
30 JavaScript, a Ruby interface, a plugin for duplicity, a plugin for
31 TiddlyWiki, a new backup tool named "GridBackup", CIFS/SMB integration,
32 an iPhone app, and three incomplete frontends for FUSE. See the Related
33 Projects page on the wiki: [5].
34
35
36 COMPATIBILITY
37
38 Tahoe v1.4 is fully compatible with the version 1 series of Tahoe. Files
39 written by v1.4 clients can be read by clients of all versions back to
40 v1.0. v1.4 clients can read files produced by clients of all versions since
41 v1.0.  v1.4 servers can serve clients of all versions back to v1.0 and v1.4
42 clients can use servers of all versions back to v1.0.
43
44 This is the fifth release in the version 1 series. The version 1 series
45 of Tahoe will be actively supported and maintained for the forseeable
46 future, and future versions of Tahoe will retain the ability to read
47 files and directories produced by Tahoe v1 for the forseeable future.
48
49 The version 1 branch of Tahoe is the basis of the consumer backup
50 product from Allmydata, Inc. -- http://allmydata.com .
51
52
53 WHAT IS IT GOOD FOR?
54
55 With Tahoe, you can distribute your filesystem across a set of servers,
56 such that if some of them fail or even turn out to be malicious, the
57 entire filesystem continues to be available. You can share your files
58 with other users, using a simple and flexible access control scheme.
59
60 Because this software is new, we do not categorically recommend it as
61 the sole repository of data which is extremely confidential or
62 precious.  However, we believe that erasure coding, strong encryption,
63 Free/Open Source Software and careful engineering make Tahoe safer than
64 common alternatives, such as RAID, removable drive, tape, "on-line
65 storage" or "Cloud storage" systems.
66
67 This software comes with extensive tests, and there are no known
68 security flaws which would compromise confidentiality or data integrity.
69 (For all currently known issues please see the known_issues.txt file
70 [3].)
71
72 This release of Tahoe is suitable for the "friendnet" use case [6] --
73 it is easy to create a filesystem spread over the computers of you and
74 your friends so that you can share disk space and files.
75
76
77 LICENCE
78
79 You may use this package under the GNU General Public License, version
80 2 or, at your option, any later version.  See the file "COPYING.GPL"
81 [7] for the terms of the GNU General Public License, version 2.
82
83 You may use this package under the Transitive Grace Period Public
84 Licence, version 1 or, at your option, any later version.  (The
85 Transitive Grace Period Public Licence has requirements similar to the
86 GPL except that it allows you to wait for up to twelve months after you
87 redistribute a derived work before releasing the source code of your
88 derived work.) See the file "COPYING.TGPPL.html" [8] for the terms of
89 the Transitive Grace Period Public Licence, version 1.
90
91 (You may choose to use this package under the terms of either licence,
92 at your option.)
93
94
95 INSTALLATION
96
97 Tahoe works on Linux, Mac OS X, Windows, Cygwin, and Solaris, and
98 probably most other systems.  Start with "docs/install.html" [9].
99
100
101 HACKING AND COMMUNITY
102
103 Please join us on the mailing list [10].  Patches are gratefully
104 accepted -- the RoadMap page [11] shows the next improvements that we
105 plan to make and CREDITS [12] lists the names of people who've
106 contributed to the project.  The wiki Dev page [13] contains resources
107 for hackers.
108
109
110 SPONSORSHIP
111
112 Tahoe was originally developed thanks to the sponsorship of Allmydata,
113 Inc. [14], a provider of commercial backup services.  Allmydata,
114 Inc. created the Tahoe project, and contributed hardware, software,
115 ideas, bug reports, suggestions, demands, and money (employing several
116 Tahoe hackers and instructing them to spend part of their work time on
117 this Free Software project).  Also they awarded customized t-shirts to
118 hackers who find security flaws in Tahoe (see http://hacktahoe.org
119 ). After discontinuing funding of Tahoe R&D in early 2009, Allmydata,
120 Inc. has continued to provide servers, co-lo space and bandwidth to the
121 open source project. Thank you to Allmydata, Inc. for their generous and
122 public-spirited support.
123
124
125 Zooko Wilcox-O'Hearn
126 on behalf of the allmydata.org team
127
128 Special acknowledgment goes to Brian Warner, whose superb engineering
129 skills and dedication are primarily responsible for the Tahoe
130 implementation, and significantly responsible for the Tahoe design as
131 well, not to mention most of the docs and tests and many other things
132 besides.
133
134 April 13, 2009
135 Boulder, Colorado, USA
136
137 [1] http://allmydata.org/pipermail/tahoe-dev/2009-March/001461.html
138 [2] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=3620
139 [3] http://allmydata.org/trac/tahoe/browser/NEWS?rev=3835
140 [4] http://allmydata.org/trac/tahoe/browser/docs/known_issues.txt
141 [5] http://allmydata.org/trac/tahoe/wiki/RelatedProjects
142 [6] http://allmydata.org/trac/tahoe/wiki/UseCases
143 [7] http://allmydata.org/trac/tahoe/browser/COPYING.GPL
144 [8] http://allmydata.org/source/tahoe/trunk/COPYING.TGPPL.html
145 [9] http://allmydata.org/source/tahoe/trunk/docs/install.html
146 [10] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
147 [11] http://allmydata.org/trac/tahoe/roadmap
148 [12] http://allmydata.org/trac/tahoe/browser/CREDITS?rev=3758
149 [13] http://allmydata.org/trac/tahoe/wiki/Dev
150 [14] http://allmydata.com