mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
fixups from review (thanks itamarst)
This commit is contained in:
parent
9570e4b199
commit
51e9fcab56
2
NEWS.rst
2
NEWS.rst
@ -13,7 +13,6 @@ Features
|
||||
|
||||
- Tahoe-LAFS now includes a new "Grid Manager" specification and implementation adding more options to control which storage servers a client will use for uploads. (`#2916 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2916>`_)
|
||||
- Added support for Python 3.12, and work with Eliot 1.15 (`#3072 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3072>`_)
|
||||
- The new HTTPS-based storage server is now enabled transparently on the same port as the Foolscap server. This will not have any user-facing impact until the HTTPS storage protocol is supported in clients as well. (`#3902 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3902>`_)
|
||||
- `tahoe run ...` will now exit when its stdin is closed.
|
||||
|
||||
This facilitates subprocess management, specifically cleanup.
|
||||
@ -52,7 +51,6 @@ Dependency/Installation Changes
|
||||
-------------------------------
|
||||
|
||||
- tenacity is no longer a dependency. (`#3989 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3989>`_)
|
||||
- Tahoe-LAFS is incompatible with cryptography >= 40 and now declares a requirement on an older version. (`#3997 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3997>`_)
|
||||
|
||||
|
||||
Documentation Changes
|
||||
|
@ -32,7 +32,7 @@ storage-servers and clients support this new protocol.
|
||||
Mutables may be created with a pre-determined signature key; care must
|
||||
be taken!
|
||||
|
||||
This release drops Python 3.7 support and adds Python 3.11
|
||||
This release drops Python 3.7 support and adds Python 3.11 and 3.12
|
||||
support. Several performance improvements have been made. Introducer
|
||||
correctly listens on Tor or I2P. Debian 10 and Ubuntu 20.04 are no
|
||||
longer tested.
|
||||
|
Loading…
Reference in New Issue
Block a user