From 51e9fcab56a3cc9d1cc82bf1df218c189ca274e7 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 18 Jan 2024 16:03:12 -0700 Subject: [PATCH] fixups from review (thanks itamarst) --- NEWS.rst | 2 -- relnotes.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index b9ad2b7bb..d5dadf06d 100644 --- a/NEWS.rst +++ b/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 `_) - Added support for Python 3.12, and work with Eliot 1.15 (`#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 `_) - `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 `_) -- Tahoe-LAFS is incompatible with cryptography >= 40 and now declares a requirement on an older version. (`#3997 `_) Documentation Changes diff --git a/relnotes.txt b/relnotes.txt index 3f85e256c..d8caa5e6e 100644 --- a/relnotes.txt +++ b/relnotes.txt @@ -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.