mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +00:00
bump version to 1.14.0 and update release notes
This commit is contained in:
parent
ac590762ba
commit
8f983cb160
@ -163,7 +163,7 @@ from PyPI with ``venv/bin/pip install tahoe-lafs``. After installation, run
|
|||||||
Successfully installed ...
|
Successfully installed ...
|
||||||
|
|
||||||
% venv/bin/tahoe --version
|
% venv/bin/tahoe --version
|
||||||
tahoe-lafs: 1.13.0
|
tahoe-lafs: 1.14.0
|
||||||
foolscap: ...
|
foolscap: ...
|
||||||
|
|
||||||
%
|
%
|
||||||
@ -183,14 +183,14 @@ You can also install directly from the source tarball URL::
|
|||||||
New python executable in ~/venv/bin/python2.7
|
New python executable in ~/venv/bin/python2.7
|
||||||
Installing setuptools, pip, wheel...done.
|
Installing setuptools, pip, wheel...done.
|
||||||
|
|
||||||
% venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.13.0.tar.bz2
|
% venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.14.0.tar.bz2
|
||||||
Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.13.0.tar.bz2
|
Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.14.0.tar.bz2
|
||||||
...
|
...
|
||||||
Installing collected packages: ...
|
Installing collected packages: ...
|
||||||
Successfully installed ...
|
Successfully installed ...
|
||||||
|
|
||||||
% venv/bin/tahoe --version
|
% venv/bin/tahoe --version
|
||||||
tahoe-lafs: 1.13.0
|
tahoe-lafs: 1.14.0
|
||||||
...
|
...
|
||||||
|
|
||||||
Extras
|
Extras
|
||||||
@ -224,7 +224,7 @@ the additional libraries needed to run the unit tests::
|
|||||||
Successfully installed ...
|
Successfully installed ...
|
||||||
|
|
||||||
% venv/bin/tahoe --version
|
% venv/bin/tahoe --version
|
||||||
tahoe-lafs: 1.13.0.post34.dev0
|
tahoe-lafs: 1.14.0.post34.dev0
|
||||||
...
|
...
|
||||||
|
|
||||||
This way, you won't have to re-run the ``pip install`` step each time you
|
This way, you won't have to re-run the ``pip install`` step each time you
|
||||||
@ -273,7 +273,7 @@ result in a "all tests passed" mesage::
|
|||||||
% tox
|
% tox
|
||||||
GLOB sdist-make: ~/tahoe-lafs/setup.py
|
GLOB sdist-make: ~/tahoe-lafs/setup.py
|
||||||
py27 recreate: ~/tahoe-lafs/.tox/py27
|
py27 recreate: ~/tahoe-lafs/.tox/py27
|
||||||
py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.13.0.post8.dev0.zip
|
py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.14.0.post8.dev0.zip
|
||||||
py27 runtests: commands[0] | tahoe --version
|
py27 runtests: commands[0] | tahoe --version
|
||||||
py27 runtests: commands[1] | trial --rterrors allmydata
|
py27 runtests: commands[1] | trial --rterrors allmydata
|
||||||
allmydata.test.test_auth
|
allmydata.test.test_auth
|
||||||
|
36
relnotes.txt
36
relnotes.txt
@ -1,6 +1,6 @@
|
|||||||
ANNOUNCING Tahoe, the Least-Authority File Store, v1.13.0
|
ANNOUNCING Tahoe, the Least-Authority File Store, v1.14.0
|
||||||
|
|
||||||
The Tahoe-LAFS team is pleased to announce version 1.13.0 of
|
The Tahoe-LAFS team is pleased to announce version 1.14.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:
|
||||||
@ -18,22 +18,16 @@ unique security and fault-tolerance properties:
|
|||||||
The previous stable release of Tahoe-LAFS was v1.12.1,
|
The previous stable release of Tahoe-LAFS was v1.12.1,
|
||||||
released on January 18, 2017.
|
released on January 18, 2017.
|
||||||
|
|
||||||
v1.13.0 fixes several problems with the magic-folder frontend, adds
|
The v1.14.0 release: makes several Magic Folder improvements (MacOS
|
||||||
--json to more commands, adds the "tahoe status" and "tahoe
|
support, better logs, fewer conflict cases); adds an Eliot streaming
|
||||||
magic-folder status" commands and some internal refactoring. It is
|
logs endpoint; adds an extension point for storage customization;
|
||||||
also now possible to have multiple magic folders in a single Tahoe
|
makes a bunch of bug-fixes and cleanups. NixOS is a supported
|
||||||
client.
|
platform; Fedora 29 is no longer a supported platform. Several early
|
||||||
|
parts of Python3 porting have landed.
|
||||||
|
|
||||||
A long-standing feature to improve the share-placement algorithm
|
DEPRECATED: ``tahoe start``, ``tahoe stop``, ``tahoe restart`` and
|
||||||
("servers of happiness") has been updated and merged. "tahoe backup"
|
``tahoe daemonize`` are all deprecated in favour of using ``tahoe
|
||||||
now reports progress.
|
run`` (along with a suitable process manager if desired).
|
||||||
|
|
||||||
New clients can now be added to a grid using "magic wormhole" [14], a
|
|
||||||
SPAKE2-based method of securely connecting two computers. This adds
|
|
||||||
the "tahoe invite" command for a current grid-participant to invite a
|
|
||||||
new client and a corresponding option "tahoe create-client --join" for
|
|
||||||
the other side. These use a server at ``wormhole.tahoe-lafs.org``
|
|
||||||
currently operated by Least Authority.
|
|
||||||
|
|
||||||
Please see ``NEWS.rst`` for a more complete list of changes.
|
Please see ``NEWS.rst`` for a more complete list of changes.
|
||||||
|
|
||||||
@ -159,12 +153,12 @@ May 17, 2018
|
|||||||
San Francisco, California, USA
|
San Francisco, California, USA
|
||||||
|
|
||||||
|
|
||||||
[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.13.0/NEWS.rst
|
[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.14.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.13.0/COPYING.GPL
|
[4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.14.0/COPYING.GPL
|
||||||
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.13.0/COPYING.TGPPL.rst
|
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.14.0/COPYING.TGPPL.rst
|
||||||
[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.13.0/INSTALL.html
|
[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.14.0/INSTALL.html
|
||||||
[7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
|
[7] https://tahoe-lafs.org/cgi-bin/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