From: Brian Warner Date: Fri, 14 Oct 2011 05:55:00 +0000 (-0700) Subject: NEWS: mention --format, bring up-to-date X-Git-Tag: allmydata-tahoe-1.9.0b1~1 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=fc47282f6f0a0fd3d8912aa413cdb6a6fc636674 NEWS: mention --format, bring up-to-date --- diff --git a/NEWS.rst b/NEWS.rst index 6367d57b..b9a1b17a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -18,7 +18,9 @@ New Features instead of the whole thing). MDMF is opt-in (it is not yet the default format for mutable files), both to ensure compatibility with previous versions, and because the algorithm does not yet meet memory-usage goals. - (`#393`_, `#1507`_) + Enable it with ``--format=MDMF`` in the CLI (``tahoe put`` and ``tahoe + mkdir``), or the "format" radioboxes in the web interface. (`#393`_, + `#1507`_) - A "blacklist" feature allows blocking access to specific files through a particular gateway. See the "Access Blacklist" section of ``_ for more details. (`#1425`_)