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