2021-03-18 20:41:14 by Greg Troxel | Files touched by this commit (1) |
Log message:
tahoe-lafs: Rototill list of dependencies
Catch up with several years of changes.
|
2021-03-18 19:09:18 by Greg Troxel | Files touched by this commit (1) |
Log message:
tahoe-lafs: g/c distfile permissions workaround
|
2021-03-18 18:57:08 by Greg Troxel | Files touched by this commit (3) |
Log message:
tahoe-lafs: Update to 1.15.0
Release 1.15.0 (2020-10-13)
'''''''''''''''''''''''''''
Features
--------
- PyPy is now a supported platform. (`#1792 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1792>`_)
- allmydata.testing.web, a new module, now offers a supported Python API for \
testing Tahoe-LAFS web API clients. (`#3317 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3317>`_)
Dependency/Installation Changes
-------------------------------
- Tahoe-LAFS now supports CentOS 8 and no longer supports CentOS 7. (`#3296 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3296>`_)
- Tahoe-LAFS now supports Ubuntu 20.04. (`#3328 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3328>`_)
Removed Features
----------------
- The Magic Folder frontend has been split out into a stand-alone project. The \
functionality is no longer part of Tahoe-LAFS itself. Learn more at \
<https://github.com/LeastAuthority/magic-folder>. (`#3284 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3284>`_)
- Slackware 14.2 is no longer a Tahoe-LAFS supported platform. (`#3323 \
<https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3323>`_)
|
2021-03-18 18:32:25 by Greg Troxel | Files touched by this commit (3) |
Log message:
tahoe-lafs: Update to 1.13.0
Release 1.13.0 (05-August-2018)
'''''''''''''''''''''''''''''''
New Features
------------
The ``tahoe list-aliases`` command gained the ``--readonly-uri``
option in `PR400`_, which lists read-only capabilities (the default
shows read/write capabilities if available). This command also gained
a ``--json`` option in `PR452`_, providing machine-readable output.
A new command ``tahoe status`` is added, showing some statistics and
currently active operations (similar to the ``/status`` page in the
Web UI). See also `PR502`_.
Immutable uploads now use the "servers of happiness" algorithm for
uploading shares. This means better placement of shares on available
servers. See `PR416`_.
To join a new client to a grid, the command ``tahoe invite`` was
added. This uses `magic wormhole`_ to connect two computers and
exchange the required information to start the client. The "client
side" of this command is the also new option ``tahoe
create-client --join=``. Together, this provides a way to provision a
new client without having to securely transmit the fURL and other
details. `PR418`_
``tahoe backup`` now reports progress. `PR474`_
The ``tub.port=`` option can now accept ``listen:i2p`` or
``listen:tor`` options to use popular anonymity networks with storage
servers. See `PR437`_
The place where storage servers put shares (the "storage path") is now
configurable (`PR472`_).
A PyInstaller-based build is now available (`PR421`_). A "Docker
compose" setup for development purposes is now available (`PR445`_).
There is now a recommended workflow for Zcash-based donations to support
storage server operators (`PR506`_).
Web UI Changes
--------------
We set the "Referrer-Policy: no-referrer" header on all requests. The
Welcome page now understands the JSON option (`PR430`_) and OPTIONS
requests are handled (`PR447`_).
Magic Folder Changes
--------------------
Multiple magic-folders in a single Tahoe client are now
supported. Bugs with ``.backup`` files have been fixed, meaning
spurious ``.backup`` files will be produced less often (`PR448`_,
`PR475`_). Handling of default umask on new magic-folder files is
fixed in `PR458`_. The user mtime value is now correctly preserved
(`PR457`_).
A bug in ``tahoe magic-folder status`` causing active operations to
sometimes not show up is fixed (`PR461`_). If a directory is missing,
it is created (`PR492`_).
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-05-23 11:19:46 by Roland Illig | Files touched by this commit (1) |
Log message:
filesystems/tahoe-lafs: clean up REPLACE_PYTHON
|
2019-11-03 20:26:22 by Roland Illig | Files touched by this commit (19) |
Log message:
filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|