Commit Graph

57 Commits

Author SHA1 Message Date
david-sarah
27e37141d7 NEWS: add UTF-8 coding declaration. 2010-06-09 16:48:51 -07:00
Zooko O'Whielacronx
8fc6c17a70 docs: a few tweaks to NEWS and CREDITS and make quickstart.html point to 1.7.0β! 2010-06-09 07:29:27 -07:00
francois
c18b934c6a docs: Update NEWS file with new features and bugfixes in 1.7.0 2010-06-09 02:11:20 -07:00
david-sarah
7092de1b6f Remove the 'tahoe debug consolidate' subcommand. 2010-06-07 11:37:57 -07:00
david-sarah
529add7774 Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug. 2010-06-04 20:17:13 -07:00
Francois Deppierraz
496802420e Fix handling of correctly encoded unicode filenames (#534)
Tahoe CLI commands working on local files, for instance 'tahoe cp' or 'tahoe
backup', have been improved to correctly handle filenames containing non-ASCII
characters.
  
In the case where Tahoe encounters a filename which cannot be decoded using the
system encoding, an error will be returned and the operation will fail.  Under
Linux, this typically happens when the filesystem contains filenames encoded
with another encoding, for instance latin1, than the system locale, for
instance UTF-8.  In such case, you'll need to fix your system with tools such
as 'convmv' before using Tahoe CLI.
  
All CLI commands have been improved to support non-ASCII parameters such as
filenames and aliases on all supported Operating Systems except Windows as of
now.
2010-05-19 17:43:56 -07:00
david-sarah
f8e2bab41e Updates to NEWS for 1.6.1 2010-02-24 00:15:42 -08:00
Zooko O'Whielacronx
8ac26a24ae docs: NEWS and relnotes-short.txt and CREDITS for v1.6.1 2010-02-23 22:52:31 -08:00
david-sarah
210afd3e9e More comprehensive changes and ticket references for NEWS 2010-02-01 22:12:56 -08:00
Zooko O'Whielacronx
d809ddb51e docs: a few edits and updates to relnotes.txt, relnotes-short.txt, and NEWS in preparation for v1.6.0 2010-02-01 20:32:22 -08:00
Zooko O'Whielacronx
57e3af1447 docs: updates to relnotes.txt, NEWS, architecture, historical_known_issues, install.html, etc. 2010-02-01 10:18:09 -08:00
Brian Warner
90828d40e7 NEWS: update with all recent user-visible changes 2010-01-27 14:22:09 -08:00
Brian Warner
222148eaee NEWS: improve "tahoe backup" notes, mention first-backup-after-upgrade duration
Thanks to Francois Deppierraz for the suggestion.
2010-01-11 11:01:32 -08:00
Brian Warner
830282f501 NEWS: fix 1.4.1 announcement w.r.t. add-lease behavior in older releases 2009-12-29 15:03:10 -08:00
Brian Warner
79e7e0d8e3 NEWS: update with all user-visible changes since the last release 2009-11-27 17:42:17 -05:00
Zooko O'Whielacronx
e784fbdbf3 docs: add a couple of details to NEWS, change date and a bit of formatting, name of 'Tahoe-LAFS' project 2009-08-01 19:26:01 -07:00
Brian Warner
79be44d724 NEWS: more minor edits 2009-07-21 22:45:22 -04:00
Zooko O'Whielacronx
20ae6bdc57 docs: update NEWS, about.html, relnotes-short.txt, and known_issues.txt in preparation for v1.5.0
Especially note that strong claims of specialness that I've added, e.g. in about.html .
2009-07-21 16:43:11 -07:00
Zooko O'Whielacronx
abd2ff6ba5 docs: a couple of minor edits to NEWS and docs/architecture.txt 2009-07-20 18:41:12 -07:00
Brian Warner
93ef0fb84d NEWS: update with all recent changes 2009-07-12 00:47:03 +01:00
Brian Warner
ba9f3dcc7d update NEWS to cover all recent changes, sort by end-user importance 2009-07-02 18:43:03 -07:00
Brian Warner
e68d392a36 edit NEWS 2009-06-30 10:41:15 -07:00
Brian Warner
04e3dbb853 NEWS: list all user-visible changes since 1.4.1 . Needs lots of editing. 2009-06-30 10:07:34 -07:00
Zooko O'Whielacronx
bb00e13a11 docs: start updating the NEWS and relnotes.txt files, add Kevan to CREDITS 2009-06-20 22:51:14 -07:00
Zooko O'Whielacronx
01fdd52834 docs: update NEWS, relnotes.txt, CREDITS to mention WUI Style 2009-05-26 16:36:54 -07:00
Zooko O'Whielacronx
8c687c78da docs: inaugurate Tahoe-1.4.1, since I left out a handful of patches from the Tahoe-1.4.0 release 2009-04-13 19:54:30 -07:00
Brian Warner
59c3693a30 NEWS: mention that the new 'reliability' page requires numpy 2009-04-13 04:04:46 -07:00
Zooko O'Whielacronx
66ccf0e426 docs: update relnotes.txt, NEWS for Tahoe-1.4.0 release! 2009-04-12 21:14:05 -07:00
Brian Warner
1facc502f7 NEWS: finish formatting new items. Still needs proofreading and updating the release name+date 2009-04-09 18:56:55 -07:00
Brian Warner
4b2f6fc098 NEWS: format some (but not all) items 2009-04-07 14:15:14 -07:00
Brian Warner
b867cb3ce0 NEWS: add unformatted list of code changes since previous release 2009-04-06 19:11:55 -07:00
Brian Warner
309e41cffc NEWS: mention #625 (deep-repair breaks when it tries to repair a read-only directory) 2009-02-13 16:55:34 -07:00
Brian Warner
e0abc78408 NEWS: explain limitations of the new repairer 2009-02-11 14:43:52 -07:00
Brian Warner
7bf7922ea1 NEWS: point out that 'tahoe backup' requires a 1.3.0-or-later client node 2009-02-10 15:00:25 -07:00
Zooko O'Whielacronx
b09b81894b docs: NEWS: move the most exciting items to the top, break them out of less exciting categories, update a couple of stale bits, and a touch of editing 2009-02-10 02:48:43 -07:00
Brian Warner
806f6ab426 NEWS: announce the #598 'tahoe backup' command 2009-02-05 23:44:16 -07:00
Zooko O'Whielacronx
0a2895e17a docs: rename wapi.txt to webapi.txt
Because Brian argues that the file contains a description of the wui as well as of the wapi, and because the name "webapi.txt" might be more obvious to the untrained eye.
2009-01-14 13:53:48 -07:00
Zooko O'Whielacronx
c360bf604a docs: rename frontends/webapi.txt to frontends/wapi.txt
rename CLI.txt to frontends/CLI.txt
change a few mentions of "webapi" to "wapi"
fixes #582
2009-01-13 20:51:43 -07:00
Zooko O'Whielacronx
9d6c79a9df docs: remove caveat about Nevow incompatibility with Python 2.6 since the latest version of Nevow has fixed it 2009-01-01 21:41:35 -07:00
Zooko O'Whielacronx
00b2fbfd00 docs: add note about non-ascii chars in cli to NEWS 2008-12-30 02:17:28 -07:00
Zooko O'Whielacronx
872e4fc84d doc: sundry amendments to docs and in-line code comments 2008-12-28 16:59:54 -07:00
Brian Warner
d51c6fa4e7 NEWS: updated to most recent user-visible changes, including the 8123-to-3456 change 2008-12-09 17:11:46 -07:00
Brian Warner
cfba882b30 storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation 2008-12-01 17:24:21 -07:00
Brian Warner
cae54ab118 tahoe.cfg: add controls for k and N (and shares-of-happiness) 2008-11-18 00:29:44 -07:00
Brian Warner
9976bd439a tahoe.cfg: add tub.location, to override the location hints we include in our FURL. This replaces advertised_ip_addresses, which doesn't remain useful enough to retain it. Helps with #517 (Tor). 2008-11-12 18:44:58 -07:00
Brian Warner
d6e5bcb274 NEWS: more minor edits 2008-11-06 16:35:17 -07:00
Brian Warner
4982995f07 NEWS: minor edits 2008-11-06 16:33:56 -07:00
Brian Warner
0b552da5fc NEWS: mention SFTP server 2008-11-05 19:41:53 -07:00
Brian Warner
845b77ae46 NEWS: update with all user-visible changes since the last update 2008-10-30 14:36:04 -07:00
Brian Warner
ad3d9207a9 Change deep-size/stats/check/manifest to a start+poll model instead of a single long-running synchronous operation. No cancel or handle-expiration yet. #514. 2008-10-21 17:03:07 -07:00