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