mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
update relnotes
This commit is contained in:
parent
34f1124882
commit
c5de7445cc
41
relnotes.txt
41
relnotes.txt
@ -1,6 +1,6 @@
|
|||||||
ANNOUNCING Tahoe, the Least-Authority File Store, v1.19.0
|
ANNOUNCING Tahoe, the Least-Authority File Store, v1.20.0
|
||||||
|
|
||||||
The Tahoe-LAFS team is pleased to announce version 1.19.0 of
|
The Tahoe-LAFS team is pleased to announce version 1.20.0 of
|
||||||
Tahoe-LAFS, an extremely reliable decentralized storage
|
Tahoe-LAFS, an extremely reliable decentralized storage
|
||||||
system. Get it with "pip install tahoe-lafs", or download a
|
system. Get it with "pip install tahoe-lafs", or download a
|
||||||
tarball here:
|
tarball here:
|
||||||
@ -15,27 +15,14 @@ unique security and fault-tolerance properties:
|
|||||||
|
|
||||||
https://tahoe-lafs.readthedocs.org/en/latest/about.html
|
https://tahoe-lafs.readthedocs.org/en/latest/about.html
|
||||||
|
|
||||||
The previous stable release of Tahoe-LAFS was v1.18.0, released on
|
The previous stable release of Tahoe-LAFS was v1.19.0, released on
|
||||||
October 2, 2022. Major new features and changes in this release:
|
January 18, 2024. Major new features and changes in this release:
|
||||||
|
|
||||||
A new "Grid Manager" feature allows clients to specify any number of
|
Declarative build system based on "hatch".
|
||||||
parties whom they will use to limit which storage-server that client
|
The ability to great mutable directories with a given private-key.
|
||||||
talks to. See docs/managed-grid.rst for more.
|
|
||||||
|
|
||||||
The new HTTP-based "Great Black Swamp" protocol is now enabled
|
Pulled in fixes from CBOR, stopped using the C version of CBOR and
|
||||||
(replacing Foolscap). This allows integrators to start with their
|
fixed incompatibilities with attrs and cryptography libraries.
|
||||||
favourite HTTP library (instead of implementing Foolscap first). Both
|
|
||||||
storage-servers and clients support this new protocol.
|
|
||||||
|
|
||||||
`tahoe run` will now exit if its stdin is closed (but accepts --allow-stdin-close now).
|
|
||||||
|
|
||||||
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 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.
|
|
||||||
|
|
||||||
Besides all this there have been dozens of other bug-fixes and
|
Besides all this there have been dozens of other bug-fixes and
|
||||||
improvements.
|
improvements.
|
||||||
@ -154,23 +141,23 @@ Of Fame" [13].
|
|||||||
|
|
||||||
ACKNOWLEDGEMENTS
|
ACKNOWLEDGEMENTS
|
||||||
|
|
||||||
This is the twentieth release of Tahoe-LAFS to be created solely as a
|
This is the twenty-first release of Tahoe-LAFS to be created solely as a
|
||||||
labor of love by volunteers. Thank you very much to the team of
|
labor of love by volunteers. Thank you very much to the team of
|
||||||
"hackers in the public interest" who make Tahoe-LAFS possible.
|
"hackers in the public interest" who make Tahoe-LAFS possible.
|
||||||
|
|
||||||
meejah
|
meejah
|
||||||
on behalf of the Tahoe-LAFS team
|
on behalf of the Tahoe-LAFS team
|
||||||
|
|
||||||
October 1, 2022
|
December 13, 2024
|
||||||
Planet Earth
|
Planet Earth
|
||||||
|
|
||||||
|
|
||||||
[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.19.0/NEWS.rst
|
[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.20.0/NEWS.rst
|
||||||
[2] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/known_issues.rst
|
[2] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/known_issues.rst
|
||||||
[3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
|
[3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
|
||||||
[4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.19.0/COPYING.GPL
|
[4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.20.0/COPYING.GPL
|
||||||
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.19.0/COPYING.TGPPL.rst
|
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.20.0/COPYING.TGPPL.rst
|
||||||
[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.19.0/INSTALL.html
|
[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.20.0/INSTALL.html
|
||||||
[7] https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev
|
[7] https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev
|
||||||
[8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
|
[8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
|
||||||
[9] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/CREDITS
|
[9] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/CREDITS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user