]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - relnotes.txt
update docs for 1.10 release
[tahoe-lafs/tahoe-lafs.git] / relnotes.txt
1 ANNOUNCING Tahoe, the Least-Authority File System, v1.10
2
3 The Tahoe-LAFS team is pleased to announce the immediate
4 availability of version 1.10.0 of Tahoe-LAFS, an extremely
5 reliable distributed storage system. Get it here:
6
7 https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
8
9 Tahoe-LAFS is the first distributed storage system to offer
10 "provider-independent security" — meaning that not even the
11 operators of your storage servers can read or alter your data
12 without your consent. Here is the one-page explanation of its
13 unique security and fault-tolerance properties:
14
15 https://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/about.rst
16
17 The previous stable release of Tahoe-LAFS was v1.9.2, released
18 on July 3, 2012.
19
20 v1.10.0 is a feature release which adds a new Introducer
21 protocol, improves the appearance of the web-based user
22 interface, improves grid security by making introducer FURLs
23 unguessable, and fixes many bugs. See the NEWS file [1] for
24 details.
25
26
27 WHAT IS IT GOOD FOR?
28
29 With Tahoe-LAFS, you distribute your filesystem across
30 multiple servers, and even if some of the servers fail or are
31 taken over by an attacker, the entire filesystem continues to
32 work correctly, and continues to preserve your privacy and
33 security. You can easily share specific files and directories
34 with other people.
35
36 In addition to the core storage system itself, volunteers
37 have built other projects on top of Tahoe-LAFS and have
38 integrated Tahoe-LAFS with existing systems, including
39 Windows, JavaScript, iPhone, Android, Hadoop, Flume, Django,
40 Puppet, bzr, mercurial, perforce, duplicity, TiddlyWiki, and
41 more. See the Related Projects page on the wiki [3].
42
43 We believe that strong cryptography, Free and Open Source
44 Software, erasure coding, and principled engineering practices
45 make Tahoe-LAFS safer than RAID, removable drive, tape,
46 on-line backup or cloud storage.
47
48 This software is developed under test-driven development, and
49 there are no known bugs or security flaws which would
50 compromise confidentiality or data integrity under recommended
51 use. (For all important issues that we are currently aware of
52 please see the known_issues.rst file [2].)
53
54
55 COMPATIBILITY
56
57 This release should be compatible with the version 1 series of
58 Tahoe-LAFS. Clients from this release can write files and
59 directories in the format used by clients of all versions back
60 to v1.0 (which was released March 25, 2008). Clients from this
61 release can read files and directories produced by clients of
62 all versions since v1.0. Servers from this release can serve
63 clients of all versions back to v1.0 and clients from this
64 release can use servers of all versions back to v1.0.
65
66 Except for the new optional MDMF format, we have not made any
67 intentional compatibility changes. However we do not yet have
68 the test infrastructure to continuously verify that all new
69 versions are interoperable with previous versions. We intend
70 to build such an infrastructure in the future.
71
72 The new Introducer protocol added in v1.10 is backwards
73 compatible with older clients and introducer servers, however
74 some features will be unavailable when an older node is
75 involved. Please see docs/nodekeys.rst [14] for details.
76
77 This is the eighteenth release in the version 1 series. This
78 series of Tahoe-LAFS will be actively supported and maintained
79 for the foreseeable future, and future versions of Tahoe-LAFS
80 will retain the ability to read and write files compatible
81 with this series.
82
83
84 LICENCE
85
86 You may use this package under the GNU General Public License,
87 version 2 or, at your option, any later version. See the file
88 "COPYING.GPL" [4] for the terms of the GNU General Public
89 License, version 2.
90
91 You may use this package under the Transitive Grace Period
92 Public Licence, version 1 or, at your option, any later
93 version. (The Transitive Grace Period Public Licence has
94 requirements similar to the GPL except that it allows you to
95 delay for up to twelve months after you redistribute a derived
96 work before releasing the source code of your derived work.)
97 See the file "COPYING.TGPPL.rst" [5] for the terms of the
98 Transitive Grace Period Public Licence, version 1.
99
100 (You may choose to use this package under the terms of either
101 licence, at your option.)
102
103
104 INSTALLATION
105
106 Tahoe-LAFS works on Linux, Mac OS X, Windows, Solaris, *BSD,
107 and probably most other systems. Start with
108 "docs/quickstart.rst" [6].
109
110
111 HACKING AND COMMUNITY
112
113 Please join us on the mailing list [7]. Patches are gratefully
114 accepted -- the RoadMap page [8] shows the next improvements
115 that we plan to make and CREDITS [9] lists the names of people
116 who've contributed to the project. The Dev page [10] contains
117 resources for hackers.
118
119
120 SPONSORSHIP
121
122 Atlas Networks has contributed several hosted servers for
123 performance testing. Thank you to Atlas Networks [11] for
124 their generous and public-spirited support.
125
126 And a special thanks to Least Authority Enterprises [12],
127 which employs several Tahoe-LAFS developers, for their
128 continued support.
129
130 HACK TAHOE-LAFS!
131
132 If you can find a security flaw in Tahoe-LAFS which is serious
133 enough that we feel compelled to warn our users and issue a fix,
134 then we will award you with a customized t-shirts with your
135 exploit printed on it and add you to the "Hack Tahoe-LAFS Hall
136 Of Fame" [13].
137
138
139 ACKNOWLEDGEMENTS
140
141 This is the twelfth release of Tahoe-LAFS to be created solely
142 as a labor of love by volunteers. Thank you very much to the
143 team of "hackers in the public interest" who make Tahoe-LAFS
144 possible.
145
146 Brian Warner
147 on behalf of the Tahoe-LAFS team
148
149 May 1, 2013
150 San Francisco, California, USA
151
152
153 [1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/NEWS.rst
154 [2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst
155 [3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
156 [4] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
157 [5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
158 [6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/quickstart.rst
159 [7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
160 [8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
161 [9] https://tahoe-lafs.org/trac/tahoe-lafs/browser/CREDITS
162 [10] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev
163 [11] http://atlasnetworks.us/
164 [12] https://leastauthority.com/
165 [13] https://tahoe-lafs.org/hacktahoelafs/
166 [14] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/nodekeys.rst