Changeset 3f1c07e in trunk


Ignore:
Timestamp:
2021-05-11T17:36:07Z (4 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
73c28db
Parents:
f12c00fd (diff), 5854723a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'release-1.15.1'

Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified NEWS.rst

    rf12c00fd r3f1c07e  
    66
    77.. towncrier start line
     8Release 1.15.1
     9''''''''''''''
     10
     11Misc/Other
     12----------
     13
     14- `#3469 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3469>`_, `#3608 <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3608>`_
     15
     16
    817Release 1.15.0 (2020-10-13)
    918'''''''''''''''''''''''''''
  • TabularUnified docs/INSTALL.rst

    rf12c00fd r3f1c07e  
    166166
    167167 % venv/bin/tahoe --version
    168  tahoe-lafs: 1.15.0
     168 tahoe-lafs: 1.15.1
    169169 foolscap: ...
    170170
     
    181181 New python executable in ~/venv/bin/python2.7
    182182 Installing setuptools, pip, wheel...done.
    183 
    184  % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.0.tar.bz2
    185  Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.0.tar.bz2
     183 
     184 % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.1.tar.bz2
     185 Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.15.1.tar.bz2
    186186 ...
    187187 Installing collected packages: ...
     
    189189
    190190 % venv/bin/tahoe --version
    191  tahoe-lafs: 1.15.0
     191 tahoe-lafs: 1.15.1
    192192 ...
    193193
     
    257257
    258258 % venv/bin/tahoe --version
    259  tahoe-lafs: 1.15.0
     259 tahoe-lafs: 1.15.1
    260260 ...
    261261
     
    306306 GLOB sdist-make: ~/tahoe-lafs/setup.py
    307307 py27 recreate: ~/tahoe-lafs/.tox/py27
    308  py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15.0.zip
     308 py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15.1.zip
    309309 py27 runtests: commands[0] | tahoe --version
    310310 py27 runtests: commands[1] | trial --rterrors allmydata
  • TabularUnified relnotes.txt

    rf12c00fd r3f1c07e  
    1 ANNOUNCING Tahoe, the Least-Authority File Store, v1.15.0
     1ANNOUNCING Tahoe, the Least-Authority File Store, v1.15.1
    22
    3 The Tahoe-LAFS team is pleased to announce version 1.15.0 of
     3The Tahoe-LAFS team is pleased to announce version 1.15.1 of
    44Tahoe-LAFS, an extremely reliable decentralized storage
    55system. Get it with "pip install tahoe-lafs", or download a
     
    1616  https://tahoe-lafs.readthedocs.org/en/latest/about.html
    1717
    18 The previous stable release of Tahoe-LAFS was v1.14.0, released on
    19 April 21, 2020.
     18The previous stable release of Tahoe-LAFS was v1.15.0, released on
     19January 19, 2021.
    2020
    21 In this release: RSA exponent is changed to 65537 for mutable files;
    22 magic-folder has been split to a stand-alone project. A formal code of
    23 conduct has been adopted.
    24 
    25 Platform support has changed for this release. No longer supported
    26 are: Slackware 14.2 and CentOS 7. Newly supported are: the PyPy
    27 interpreter (on MacOS, Windows and Linux); CentOS 8; Ubuntu 20.04.
     21In this release: PyPI does not accept uploads of packages that use
     22PEP-508 version specifiers.
    2823
    2924Note that Python3 porting is underway but not yet complete in this
     
    3126tools.
    3227
    33 In addition, 121 other minor tickets have been completed since the
    34 last release. Please see ``NEWS.rst`` for a more complete list of
    35 changes.
     28Please see ``NEWS.rst`` for a more complete list of changes.
    3629
    3730
     
    153146on behalf of the Tahoe-LAFS team
    154147
    155 October 13, 2020
     148March 23, 2021
    156149Planet Earth
    157150
    158151
    159 [1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.0/NEWS.rst
     152[1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/NEWS.rst
    160153[2] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/known_issues.rst
    161154[3] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
    162 [4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.0/COPYING.GPL
    163 [5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.0/COPYING.TGPPL.rst
    164 [6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.15.0/INSTALL.html
     155[4] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/COPYING.GPL
     156[5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/COPYING.TGPPL.rst
     157[6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.15.1/INSTALL.html
    165158[7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
    166159[8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
Note: See TracChangeset for help on using the changeset viewer.