diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-16 06:46:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-16 06:46:58 +0000 |
commit | 95f5e3f5f38784df6ef74b11096a37db79655cbf (patch) | |
tree | 0c7c0ad859bc5f812eeb92725b583f4fba27dba7 /UPDATING | |
parent | d462c46fa2d761651e07515c296cfc10ff35b2f8 (diff) |
Add updating entry for python
Notes
Notes:
svn path=/head/; revision=520223
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20191216: + AFFECTS: users of python + AUTHOR: antoine@FreeBSD.org + + Default version of python3 and python was switched to 3.7. + + For ports users wanting to keep version 3.6 as default, + add DEFAULT_VERSIONS+= python=3.6 python3=3.6 to make.conf + 20191204 AFFECTS: users of mail/nextcloud-mail AUTHOR: brnrd@FreeBSD.org |