]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - relnotes.txt
docs: update relnotes.txt for Tahoe-LAFS v1.6
[tahoe-lafs/tahoe-lafs.git] / relnotes.txt
1 ANNOUNCING Tahoe, the Least-Authority File System, v1.6
2
3 The Tahoe-LAFS team is pleased to announce the immediate
4 availability of version 1.6 of Tahoe-LAFS, an extremely
5 reliable distributed key-value store and cloud storage system.
6
7 Tahoe-LAFS is the first cloud storage system which offers
8 "provider-independent security" -- meaning the privacy and
9 security of your data is not dependent on the behavior of your
10 cloud service provider. Here is the one-page explanation of its
11 unique security and fault-tolerance properties:
12
13 http://allmydata.org/source/tahoe/trunk/docs/about.html
14
15 Tahoe-LAFS v1.6.0 is the successor to v1.5.0, which was
16 released August 1, 2009 [1]. In this major new release, we've
17 added deep-immutable directories (i.e. permanent snapshots),
18 greatly increased performance for some common operations, and
19 improved the help text, documentation, command-line options,
20 and web user interface. The FUSE plugin has been fixed. We also
21 fixed a few bugs. See the NEWS file [2] for details.
22
23 In addition to the core storage system itself, a crop of
24 related projects have sprung up to extend it and to integrate
25 it into operating systems and applications. These include
26 frontends for Windows, Macintosh, JavaScript, and iPhone, and
27 plugins for Hadoop, bzr, duplicity, TiddlyWiki, and more. See
28 the Related Projects page on the wiki [3].
29
30
31 WHAT IS IT GOOD FOR?
32
33 With Tahoe-LAFS, you distribute your filesystem across multiple
34 servers, and even if some of the servers fail or are taken over
35 by an attacker, the entire filesystem continues to work
36 correctly, and continues to preserve your privacy and
37 security. You can easily and securely share chosen files and
38 directories with others.
39
40 We believe that the combination of erasure coding, strong
41 encryption, Free/Open Source Software and careful engineering
42 make Tahoe-LAFS safer than RAID, removable drive, tape, on-line
43 backup or other Cloud storage systems.
44
45 This software is developed under thorough unit tests, and there
46 are no known bugs or security flaws which would compromise
47 confidentiality or data integrity under normal use. (For all
48 currently known issues please see the known_issues.txt file
49 [4].)
50
51
52 COMPATIBILITY
53
54 This release is fully 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 This is the seventh release in the version 1 series. The
64 version 1 series of Tahoe-LAFS will be actively supported and
65 maintained for the forseeable future, and future versions of
66 Tahoe-LAFS will retain the ability to read and write files
67 compatible with Tahoe-LAFS v1.
68
69 In addition, version 1.6 improves forward-compatibility with
70 planned future cap formats, allowing updates to a directory
71 containing both current and future caps, without loss of
72 information.
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" [5] 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 wait 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.html" [6] 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, Cygwin, Solaris,
98 *BSD, and probably most other systems. Start with
99 "docs/install.html" [7].
100
101
102 HACKING AND COMMUNITY
103
104 Please join us on the mailing list [8]. Patches are gratefully
105 accepted -- the RoadMap page [9] shows the next improvements
106 that we plan to make and CREDITS [10] lists the names of people
107 who've contributed to the project. The Dev page [11] contains
108 resources for hackers.
109
110
111 SPONSORSHIP
112
113 Tahoe-LAFS was originally developed thanks to the sponsorship
114 of Allmydata, Inc. [12], a provider of commercial backup
115 services. Allmydata, Inc. created the Tahoe-LAFS project and
116 contributed hardware, software, ideas, bug reports,
117 suggestions, demands, and money (employing several Tahoe-LAFS
118 hackers and instructing them to spend part of their work time
119 on this Free Software project). Also they awarded customized
120 t-shirts to hackers who found security flaws in Tahoe-LAFS (see
121 http://hacktahoe.org ). After discontinuing funding of
122 Tahoe-LAFS R&D in early 2009, Allmydata, Inc. has continued to
123 provide servers, co-lo space, bandwidth, and thank-you gifts to
124 the open source project. Thank you to Allmydata, Inc. for their
125 generous and public-spirited support.
126
127 This is the third release of Tahoe-LAFS to be created solely as
128 a labor of love by volunteers. Thank you very much to the
129 dedicated team of "hackers in the public interest" who make
130 Tahoe-LAFS possible.
131
132 Zooko Wilcox-O'Hearn
133 on behalf of the Tahoe-LAFS team
134
135 January 31 2010
136 Boulder, Colorado, USA
137
138 [1] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=4042
139 [2] http://allmydata.org/trac/tahoe/browser/NEWS?rev=4033
140 [3] http://allmydata.org/trac/tahoe/wiki/RelatedProjects
141 [4] http://allmydata.org/trac/tahoe/browser/docs/known_issues.txt
142 [5] http://allmydata.org/trac/tahoe/browser/COPYING.GPL
143 [6] http://allmydata.org/source/tahoe/trunk/COPYING.TGPPL.html
144 [7] http://allmydata.org/source/tahoe/trunk/docs/install.html
145 [8] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
146 [9] http://allmydata.org/trac/tahoe/roadmap
147 [10] http://allmydata.org/trac/tahoe/browser/CREDITS?rev=4035
148 [11] http://allmydata.org/trac/tahoe/wiki/Dev
149 [12] http://allmydata.com