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