= Documentation for Tahoe-LAFS Users = There are two collections of documents for users. One collection is made up of pages on this wiki, and the other is made up of files in the 'docs' directory of the Tahoe-LAFS source tree. == first steps == * [source:docs/about.rst about]: the Tahoe-LAFS filesystem and the unique properties that it offers * [source:docs/quickstart.rst quickstart]: how to get the software and set it up * [source:docs/running.rst running]: how to run it once it is set up == User Docs, on the wiki == Note: these links are to the 'trunk' (latest) versions of the documentation. See the 'docs' directory of a Tahoe-LAFS release for docs relating to that version. * [wiki:TestGrid Public Test Grid]: an existing grid to use for testing your installation * [wiki:HowToReportABug How To Report A Bug]: We love bug reports! Here's how. * [http://bigasterisk.com/tahoe-playground The story of a file], interactive illustration by Drew Perttula. * [wiki:FAQ Frequently Asked Questions]: with answers! * [wiki:UseCases UseCases]: the ways in which Tahoe-LAFS should be useful * [wiki:SftpFrontend SFTP Frontend]: compatibility issues for accessing Tahoe-LAFS via SFTP * [wiki:TipsTricks Tips & Tricks] * [wiki:Capabilities] what are capabilities; the different kinds that we currently use == User Docs, in source code == * [source:docs/ the 'docs' directory] * [source:trunk/docs/configuration.rst configuration]: a description of the contents of your ".tahoe" directory * [source:trunk/docs/architecture.rst architecture]: a succinct overview of the whole system * [source:trunk/docs/frontends/CLI.rst Command Line Interface]: the basic "how to" for the CLI * [source:trunk/docs/frontends/webapi.rst Web API]: the basic "how to" for the WAPI * [source:docs/known_issues.rst Known Issues]: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data. == Developer Docs == * [wiki:Dev#DeveloperDocs Developer Docs] == See Also == * [wiki:RelatedProjects The RelatedProjects page] extensions to Tahoe-LAFS, integrations of Tahoe-LAFS into your favorite other tools, and links to a few other decentralized storage projects that you might be interested in. * [wiki:News The News page] has sources of news and information. == The Parade of Release Notes == {{{ #!html
release notes | date | what's new |
---|---|---|
v1.9.2 | July 3, 2012 | fix regressions in mutable file handling |
v1.9.1 | January 12, 2012 | critical security fix |
v1.9.0 | October 31, 2011 | new mutable-file format (more efficient for large files), file-blacklisting, drop-upload |
v1.8.3 | September 13, 2011 | security fix |
v1.8.2 | January 30, 2011 | Twisted-10.2 compatibility, minor bugfixes |
v1.8.1 | November 28, 2010 | minor bugfixes, including a security fix and a performance improvement to downloads; also binary packages of dependencies for more platforms |
v1.8.0 | September 24, 2010 | performance and fault-tolerance of downloads, internationalization on Windows, logging, packaging |
v1.7.1 | July 19, 2010 | upload bugfixes, Debian init scripts, etc. |
v1.7.0 | June 18, 2010 | SFTP, unicode, servers-of-happiness |
v1.6.1 | February 27, 2010 | fixes a few small regressions in v1.6.0 |
v1.6 | February 1, 2010 | performance improvements, usability improvements, deep-immutable directories |
v1.5 | August 1, 2009 | WUI style, forward-compatibility, no size-limit on directories, more efficient directories, safer mv |
v1.4.1 | April 13, 2009 | garbage collection, improved diagnostics, performance improvement when downloading many GB files |
v1.3 | February 13, 2009 | repairer, backup command, large files, (S)FTP server, more |
v1.2 | July 21, 2008 | fix a minor security flaw, add operational improvements |
v1.1 | June 11, 2008 | fix rare but serious issues, improve UI |
v1.0 | March 25, 2008 | It's version 1.0! |
v0.9 | March 13, 2008 | Tahoe is now ready to be relied on for secure storage |
v0.8 | February 15, 2008 | "visibility" into the system and more user interfaces |
v0.7 | January 8, 2008 | decentralized directories and mutable files, a FUSE interface, and new open source licensing options |
v0.6.1 | October 15, 2007 | packaging, usability, and performance improvements |
v0.6 | September 24, 2007 | improved performance and packaging |
v0.5.1 | August 23, 2007 | fix a security problem in the Web API |
v0.5 | August 17, 2007 | the Web API and the command-line interface |
v0.4 | June 29, 2007 | new mutable, shareable, private directories |
v0.3 | June 6, 2007 | improved basic functionality |
v0.2 | May 2, 2007 | the first public release, on May 2, 2007 and giving a general overview of why the Tahoe project exists |