Changeset ba9f3dc in trunk
- Timestamp:
- 2009-07-03T01:43:03Z (16 years ago)
- Branches:
- master
- Children:
- d79b2a0
- Parents:
- ef1b6ae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified NEWS ¶
ref1b6ae8 rba9f3dc 3 3 * Release 1.XXX (200X-YY-ZZ) 4 4 5 ** minor improvements5 ** Improvements 6 6 7 7 Uploads of immutable files now use pipelined writes, improving upload speed … … 9 9 10 10 The human-facing web interface (aka the "WUI") received a significant CSS 11 makeover by Kevin Reid, making it much prettier and easier to read. 11 makeover by Kevin Reid, making it much prettier and easier to read. The WUI 12 "check" and "deep-check" forms now include a "Renew Lease" checkbox, 13 mirroring the CLI --add-lease option, so leases can be added or renewed from 14 the web interface. 15 16 The CLI "tahoe webopen" command, when run without arguments, will bring up 17 the "Welcome Page" (node status and mkdir/upload forms). 12 18 13 19 The 3.5MB limit on mutable files was removed, so it should be possible to … … 17 23 files (#393) are implemented. (#694) 18 24 19 The WUI "check" and "deep-check" forms now include a "Renew Lease" checkbox, 20 mirroring the CLI --add-lease option, so leases can be added or renewed from 21 the web interface. 22 23 ** minor bugfixes 25 This version of Tahoe will tolerate directory entries that contain filecap 26 formats which it does not recognize: files and directories from the future. 27 Previous versions would fail badly, preventing the user from seeing or 28 editing anything else in those directories. These unrecognized objects can be 29 renamed and deleted, but obviously not read or written. This should improve 30 the user experience when we add new cap formats in the future. (#683) 31 32 ** Bugfixes 33 34 deep-check-and-repair now tolerates read-only directories, such as the ones 35 produced by the "tahoe backup" CLI command. Read-only directories and mutable 36 files are checked, but not repaired. Previous versions threw an exception 37 when attempting the repair and failed to process the remaining contents. We 38 cannot yet repair these read-only objects, but at least this version allows 39 the rest of the check+repair to proceed. (#625) 24 40 25 41 A bug in 1.4.1 which caused a server to be listed multiple times (and … … 29 45 the Helper's ability to mount a partial-information-guessing attack. (#722) 30 46 31 ** platform/packaging changes47 ** Platform/packaging changes 32 48 33 49 Tahoe now runs on NetBSD. … … 55 71 no python-2.4.0 or 2.4.1 (2.4.2 is good) 56 72 (they contained a bug in base64.b32decode) 57 avoid python-2.6 on windows with mingw ,compiler issues73 avoid python-2.6 on windows with mingw: compiler issues 58 74 python2.4 requires pysqlite2 (2.5,2.6 does not) 59 75 no python-3.x
Note: See TracChangeset
for help on using the changeset viewer.