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