Changeset ba9f3dc in trunk


Ignore:
Timestamp:
2009-07-03T01:43:03Z (16 years ago)
Author:
Brian Warner <warner@…>
Branches:
master
Children:
d79b2a0
Parents:
ef1b6ae8
Message:

update NEWS to cover all recent changes, sort by end-user importance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified NEWS

    ref1b6ae8 rba9f3dc  
    33* Release 1.XXX (200X-YY-ZZ)
    44
    5 ** minor improvements
     5** Improvements
    66
    77Uploads of immutable files now use pipelined writes, improving upload speed
     
    99
    1010The human-facing web interface (aka the "WUI") received a significant CSS
    11 makeover by Kevin Reid, making it much prettier and easier to read.
     11makeover 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,
     13mirroring the CLI --add-lease option, so leases can be added or renewed from
     14the web interface.
     15
     16The CLI "tahoe webopen" command, when run without arguments, will bring up
     17the "Welcome Page" (node status and mkdir/upload forms).
    1218
    1319The 3.5MB limit on mutable files was removed, so it should be possible to
     
    1723files (#393) are implemented. (#694)
    1824
    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
     25This version of Tahoe will tolerate directory entries that contain filecap
     26formats which it does not recognize: files and directories from the future.
     27Previous versions would fail badly, preventing the user from seeing or
     28editing anything else in those directories. These unrecognized objects can be
     29renamed and deleted, but obviously not read or written. This should improve
     30the user experience when we add new cap formats in the future. (#683)
     31
     32** Bugfixes
     33
     34deep-check-and-repair now tolerates read-only directories, such as the ones
     35produced by the "tahoe backup" CLI command. Read-only directories and mutable
     36files are checked, but not repaired. Previous versions threw an exception
     37when attempting the repair and failed to process the remaining contents. We
     38cannot yet repair these read-only objects, but at least this version allows
     39the rest of the check+repair to proceed. (#625)
    2440
    2541A bug in 1.4.1 which caused a server to be listed multiple times (and
     
    2945the Helper's ability to mount a partial-information-guessing attack. (#722)
    3046
    31 ** platform/packaging changes
     47** Platform/packaging changes
    3248
    3349Tahoe now runs on NetBSD.
     
    5571 no python-2.4.0 or 2.4.1 (2.4.2 is good)
    5672  (they contained a bug in base64.b32decode)
    57  avoid python-2.6 on windows with mingw, compiler issues
     73 avoid python-2.6 on windows with mingw: compiler issues
    5874 python2.4 requires pysqlite2 (2.5,2.6 does not)
    5975 no python-3.x
Note: See TracChangeset for help on using the changeset viewer.