]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - relnotes.txt
docs: update relnotes.txt
[tahoe-lafs/tahoe-lafs.git] / relnotes.txt
1 ANNOUNCING: Allmydata.org "Tahoe" version 0.8
2
3 We are pleased to announce the release of version 0.8 of allmydata.org
4 "Tahoe".
5
6 Allmydata.org "Tahoe" is a secure, decentralized, fault-tolerant
7 filesystem.  All of the source code is available under a Free
8 Software, Open Source licence (or two).
9
10 This filesystem is encrypted and distributed over multiple peers in
11 such a way that it continues to work correctlly even when some of the
12 peers are unavailable, malfunctioning, or malicious.
13
14 This is the successor to Allmydata-Tahoe v0.7, which was released
15 January 8, 2008 [1].
16
17 This release improves performance, diagnostics, and packaging.  This
18 release of allmydata.org "Tahoe" will form the basis of the next
19 consumer backup product from Allmydata, Inc. -- http://allmydata.com .
20
21
22 Since v0.7 we've made the following changes:
23
24  * Add a preliminary Microsoft Windows package (ticket #195).
25
26  * Add a preliminary Macintosh package (ticket #182).
27
28  * Display information about peers (ticket #32).
29
30  * Display information about uploads and downloads (ticket #39).
31
32  * Add unit tests and docs for contrib/fuse (ticket #255).
33
34  * Add a preliminary FUSE interface for Macintosh.
35
36  * Update docs, starting with docs/about.html --
37    http://allmydata.org/source/tahoe/trunk/docs/about.html .
38
39  * Improve logging, diagnostic tools, statistics, timing measurements
40    during upload, etc..
41
42  * Add more measurements of performance:
43    http://allmydata.org/trac/tahoe/wiki/Performance .
44
45  * Add an upload helper, with resumption of incomplete uploads and
46    short-circuiting of uploads if the file is already present (tickets
47    #116, #258, #218).
48
49  * Make upload continue even if some servers disappear during the
50    upload process.
51
52  * Add mtime and ctime timestamps to files (ticket #183).
53
54  * Make introduction more efficient by allowing nodes to act as
55    clients-only and not publish themselves as servers (ticket #271).
56
57  * Extend the web API to allow programmatic control of mutable files.
58
59  * Fix potential problem that could cause corruption of downloaded
60    mutable files if a long series of unlikely coincidences and hacked
61    clients occurred (ticket #312).
62
63  * Make file and directory names use unicode.
64
65  * Use SHA-256d instead of SHA-256 for secure hashes.
66
67
68 WHAT IS IT GOOD FOR?
69
70 With Tahoe, you can distribute your filesystem across a set of
71 computers, such that if some of the computers fail or turn out to be
72 malicious, the filesystem continues to work from the remaining
73 computers.  You can also share your files with other users, using a
74 strongly encrypted, capability-based access control scheme.
75
76 This release is targeted at hackers and smart users who are willing to
77 use a web user interface, a command-line user interface, or a FUSE
78 interface.  (Or a RESTful API.  Just telnet to localhost and type HTTP
79 requests to get started.)
80
81 Because this software is new, it is not yet recommended for storage of
82 highly confidential data nor for valuable data which is not otherwise
83 backed up. However, it works well in practice, it comes with extensive
84 unit tests [2], and there are no known security flaws which would
85 compromise confidentiality or data integrity.  (For a current
86 description of all known security issues and an overview of Tahoe's
87 security properties, please see the Security web page: [3].)
88
89 This release of Tahoe is suitable for the "friendnet" use case [4] --
90 it is easy to create a filesystem spread over the computers of you and
91 your friends so that you can share files and disk space with one
92 another.
93
94
95 LICENCE
96
97 You may use this package under the GNU General Public License, version
98 2 or, at your option, any later version.  See the file "COPYING.GPL"
99 for the terms of the GNU General Public License, version 2.
100
101 You may use this package under the Transitive Grace Period Public
102 Licence, version 1.0.  The Transitive Grace Period Public Licence says
103 that you may distribute proprietary derived works of Tahoe without
104 releasing the source code of that derived work for up to twelve
105 months, after which time you are obligated to release the source code
106 of the derived work under the Transitive Grace Period Public Licence.
107 See the file "COPYING.TGPPL.html" for the terms of the Transitive
108 Grace Period Public Licence, version 1.0.
109
110 (You may choose to use this package under the terms of either licence,
111 at your option.)
112
113
114 INSTALLATION
115
116 Tahoe works on Linux, Mac OS X, Windows, Cygwin, and Solaris.  For
117 installation instructions please see "doc/install.html" [5].
118
119
120 HACKING AND COMMUNITY
121
122 Please join us on the mailing list [6] to discuss uses of Tahoe.
123 Patches that extend and improve Tahoe are gratefully accepted -- the
124 RoadMap page [7] shows the next improvements that we plan to make and
125 CREDITS [8] lists the names of people who've contributed to the
126 project.  The wiki Dev page [9] contains resources for hackers.
127
128
129 SPONSORSHIP
130
131 Tahoe is sponsored by Allmydata, Inc. [10], a provider of consumer
132 backup services.  Allmydata, Inc. contributes hardware, software,
133 ideas, bug reports, suggestions, demands, and money (employing several
134 allmydata.org Tahoe hackers and allowing them to spend part of their
135 work time on the next-generation, free-software project).  We are
136 eternally grateful!
137
138
139 Zooko O'Whielacronx
140 on behalf of the allmydata.org team
141 February 15, 2008
142 Boulder, Colorado, USA
143
144
145 [1] http://allmydata.org/trac/tahoe/browser/relnotes.txt?rev=1805
146 [2] http://allmydata.org/tahoe-figleaf/current/
147 [3] http://allmydata.org/trac/tahoe/wiki/Security
148 [4] http://allmydata.org/trac/tahoe/wiki/UseCases
149 [5] http://allmydata.org/source/tahoe/trunk/docs/install.html
150 [6] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
151 [7] http://allmydata.org/trac/tahoe/roadmap
152 [8] http://allmydata.org/trac/tahoe/browser/CREDITS?rev=1804
153 [9] http://allmydata.org/trac/tahoe/wiki/Dev
154 [10] http://allmydata.com