bump version to 1.14.0 and update release notes

This commit is contained in:
meejah 2020-01-17 05:18:46 -07:00
parent ac590762ba
commit 8f983cb160
2 changed files with 21 additions and 27 deletions

View File

@ -163,7 +163,7 @@ from PyPI with ``venv/bin/pip install tahoe-lafs``. After installation, run
Successfully installed ...
% venv/bin/tahoe --version
tahoe-lafs: 1.13.0
tahoe-lafs: 1.14.0
foolscap: ...
%
@ -183,14 +183,14 @@ You can also install directly from the source tarball URL::
New python executable in ~/venv/bin/python2.7
Installing setuptools, pip, wheel...done.
% venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.13.0.tar.bz2
Collecting 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.14.0.tar.bz2
...
Installing collected packages: ...
Successfully installed ...
% venv/bin/tahoe --version
tahoe-lafs: 1.13.0
tahoe-lafs: 1.14.0
...
Extras
@ -224,7 +224,7 @@ the additional libraries needed to run the unit tests::
Successfully installed ...
% 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
@ -273,7 +273,7 @@ result in a "all tests passed" mesage::
% tox
GLOB sdist-make: ~/tahoe-lafs/setup.py
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[1] | trial --rterrors allmydata
allmydata.test.test_auth

View File

@ -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
system. Get it with "pip install tahoe-lafs", or download a
tarball here:
@ -18,22 +18,16 @@ unique security and fault-tolerance properties:
The previous stable release of Tahoe-LAFS was v1.12.1,
released on January 18, 2017.
v1.13.0 fixes several problems with the magic-folder frontend, adds
--json to more commands, adds the "tahoe status" and "tahoe
magic-folder status" commands and some internal refactoring. It is
also now possible to have multiple magic folders in a single Tahoe
client.
The v1.14.0 release: makes several Magic Folder improvements (MacOS
support, better logs, fewer conflict cases); adds an Eliot streaming
logs endpoint; adds an extension point for storage customization;
makes a bunch of bug-fixes and cleanups. NixOS is a supported
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
("servers of happiness") has been updated and merged. "tahoe backup"
now reports progress.
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.
DEPRECATED: ``tahoe start``, ``tahoe stop``, ``tahoe restart`` and
``tahoe daemonize`` are all deprecated in favour of using ``tahoe
run`` (along with a suitable process manager if desired).
Please see ``NEWS.rst`` for a more complete list of changes.
@ -159,12 +153,12 @@ May 17, 2018
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
[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
[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.13.0/COPYING.TGPPL.rst
[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.13.0/INSTALL.html
[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.14.0/COPYING.TGPPL.rst
[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
[8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
[9] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/CREDITS