Changeset 3f1c07e in trunk
- Timestamp:
- 2021-05-11T17:36:07Z (4 years ago)
- 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. - Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified NEWS.rst ¶
rf12c00fd r3f1c07e 6 6 7 7 .. towncrier start line 8 Release 1.15.1 9 '''''''''''''' 10 11 Misc/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 8 17 Release 1.15.0 (2020-10-13) 9 18 ''''''''''''''''''''''''''' -
TabularUnified docs/INSTALL.rst ¶
rf12c00fd r3f1c07e 166 166 167 167 % venv/bin/tahoe --version 168 tahoe-lafs: 1.15. 0168 tahoe-lafs: 1.15.1 169 169 foolscap: ... 170 170 … … 181 181 New python executable in ~/venv/bin/python2.7 182 182 Installing setuptools, pip, wheel...done. 183 184 % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.15. 0.tar.bz2185 Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.15. 0.tar.bz2183 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 186 186 ... 187 187 Installing collected packages: ... … … 189 189 190 190 % venv/bin/tahoe --version 191 tahoe-lafs: 1.15. 0191 tahoe-lafs: 1.15.1 192 192 ... 193 193 … … 257 257 258 258 % venv/bin/tahoe --version 259 tahoe-lafs: 1.15. 0259 tahoe-lafs: 1.15.1 260 260 ... 261 261 … … 306 306 GLOB sdist-make: ~/tahoe-lafs/setup.py 307 307 py27 recreate: ~/tahoe-lafs/.tox/py27 308 py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15. 0.zip308 py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.15.1.zip 309 309 py27 runtests: commands[0] | tahoe --version 310 310 py27 runtests: commands[1] | trial --rterrors allmydata -
TabularUnified relnotes.txt ¶
rf12c00fd r3f1c07e 1 ANNOUNCING Tahoe, the Least-Authority File Store, v1.15. 01 ANNOUNCING Tahoe, the Least-Authority File Store, v1.15.1 2 2 3 The Tahoe-LAFS team is pleased to announce version 1.15. 0of3 The Tahoe-LAFS team is pleased to announce version 1.15.1 of 4 4 Tahoe-LAFS, an extremely reliable decentralized storage 5 5 system. Get it with "pip install tahoe-lafs", or download a … … 16 16 https://tahoe-lafs.readthedocs.org/en/latest/about.html 17 17 18 The previous stable release of Tahoe-LAFS was v1.1 4.0, released on19 April 21, 2020.18 The previous stable release of Tahoe-LAFS was v1.15.0, released on 19 January 19, 2021. 20 20 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. 21 In this release: PyPI does not accept uploads of packages that use 22 PEP-508 version specifiers. 28 23 29 24 Note that Python3 porting is underway but not yet complete in this … … 31 26 tools. 32 27 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. 28 Please see ``NEWS.rst`` for a more complete list of changes. 36 29 37 30 … … 153 146 on behalf of the Tahoe-LAFS team 154 147 155 October 13, 2020 148 March 23, 2021 156 149 Planet Earth 157 150 158 151 159 [1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15. 0/NEWS.rst152 [1] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15.1/NEWS.rst 160 153 [2] https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/known_issues.rst 161 154 [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.GPL163 [5] https://github.com/tahoe-lafs/tahoe-lafs/blob/tahoe-lafs-1.15. 0/COPYING.TGPPL.rst164 [6] https://tahoe-lafs.readthedocs.org/en/tahoe-lafs-1.15. 0/INSTALL.html155 [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 165 158 [7] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev 166 159 [8] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
Note: See TracChangeset
for help on using the changeset viewer.