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