]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - relnotes.txt
Change web-API to support t=relink instead of t=move (+ docs and tests). fixes #1732
[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 optional MDMF format, we have not made any
64 intentional compatibility changes. However we do not yet have
65 the test infrastructure to continuously verify that all new
66 versions are interoperable with previous versions. We intend
67 to build such an infrastructure in the future.
68
69 This is the seventeenth release in the version 1 series. This
70 series of Tahoe-LAFS will be actively supported and maintained
71 for the foreseeable future, and future versions of Tahoe-LAFS
72 will retain the ability to read and write files compatible
73 with this series.
74
75
76 LICENCE
77
78 You may use this package under the GNU General Public License,
79 version 2 or, at your option, any later version. See the file
80 "COPYING.GPL" [4] for the terms of the GNU General Public
81 License, version 2.
82
83 You may use this package under the Transitive Grace Period
84 Public Licence, version 1 or, at your option, any later
85 version. (The Transitive Grace Period Public Licence has
86 requirements similar to the GPL except that it allows you to
87 delay for up to twelve months after you redistribute a derived
88 work before releasing the source code of your derived work.)
89 See the file "COPYING.TGPPL.rst" [5] for the terms of the
90 Transitive Grace Period Public Licence, version 1.
91
92 (You may choose to use this package under the terms of either
93 licence, at your option.)
94
95
96 INSTALLATION
97
98 Tahoe-LAFS works on Linux, Mac OS X, Windows, Solaris, *BSD,
99 and probably most other systems. Start with
100 "docs/quickstart.rst" [6].
101
102
103 HACKING AND COMMUNITY
104
105 Please join us on the mailing list [7]. Patches are gratefully
106 accepted -- the RoadMap page [8] shows the next improvements
107 that we plan to make and CREDITS [9] lists the names of people
108 who've contributed to the project. The Dev page [10] contains
109 resources for hackers.
110
111
112 SPONSORSHIP
113
114 Atlas Networks has contributed several hosted servers for
115 performance testing. Thank you to Atlas Networks [11] for
116 their generous and public-spirited support.
117
118 And a special thanks to Least Authority Enterprises [12],
119 which employs several Tahoe-LAFS developers, for their
120 continued support.
121
122 HACK TAHOE-LAFS!
123
124 If you can find a security flaw in Tahoe-LAFS which is serious
125 enough that we feel compelled to warn our users and issue a fix,
126 then we will award you with a customized t-shirts with your
127 exploit printed on it and add you to the "Hack Tahoe-LAFS Hall
128 Of Fame" [13].
129
130
131 ACKNOWLEDGEMENTS
132
133 This is the eleventh release of Tahoe-LAFS to be created solely
134 as a labor of love by volunteers. Thank you very much to the
135 team of "hackers in the public interest" who make Tahoe-LAFS
136 possible.
137
138 David-Sarah Hopwood
139 on behalf of the Tahoe-LAFS team
140
141 July 3, 2012
142 Rainhill, Merseyside, UK
143
144
145 [1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/NEWS.rst
146 [2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst
147 [3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
148 [4] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
149 [5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
150 [6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/quickstart.rst
151 [7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
152 [8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
153 [9] https://tahoe-lafs.org/trac/tahoe-lafs/browser/CREDITS
154 [10] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev
155 [11] http://atlasnetworks.us/
156 [12] https://leastauthority.com/
157 [13] https://tahoe-lafs.org/hacktahoelafs/